Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rudojaksa/man2md

man to (github) markdown convertor
https://github.com/rudojaksa/man2md

manpages markdown

Last synced: about 1 month ago
JSON representation

man to (github) markdown convertor

Awesome Lists containing this project

README

        

### NAME
man2md - man to (github) markdown convertor

### USAGE
man topic | man2md [OPTIONS]
or
man topic > topic.txt
man2md [OPTIONS] topic.txt > topic.md

### DESCRIPTION
Man2md just converts manpage or an interactive help, if it is man-like
formatted, into the markdown format suitable for the github README.md.

### OPTIONS
-h This help.
-p SEC Treat a section with name containig the SEC string (glob) as a
preformatted. Comma separated list is accepted too.

### VERSION
man2md-0.2 (c) R.Jaksa 2018 GPLv3