Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudojaksa/man2md
- Owner: rudojaksa
- Created: 2018-11-15T21:44:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T16:40:40.000Z (over 5 years ago)
- Last Synced: 2023-08-13T23:30:20.086Z (over 1 year ago)
- Topics: manpages, markdown
- Language: Perl
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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