Skip to content

spitemim/man2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

man2html

Convert manpages to HTML documents.

Usage

man2html takes the name of a manpage as an argument, so you don't need to specify the manpage by its path.

$ man2html ls

man2html always outputs to stdout. You can save the generated html page using output redirection in your shell, like this:

$ manhtml ls > ls_manpage.html

Installation

Copy the script somewhere in your $PATH.

git clone "https://github.com/spitemim/man2html"
cd man2html
cp man2html ~/.local/bin/

License

This project is licensed under the GNU General Public License, version 3.

About

Convert manpages to HTML documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages