https://github.com/weakish/md2man
md2man - convert markdown to manpage
https://github.com/weakish/md2man
Last synced: 3 months ago
JSON representation
md2man - convert markdown to manpage
- Host: GitHub
- URL: https://github.com/weakish/md2man
- Owner: weakish
- License: other
- Created: 2016-12-24T06:53:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-24T07:03:52.000Z (over 9 years ago)
- Last Synced: 2025-10-21T09:01:46.308Z (8 months ago)
- Language: Groff
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
md2man - convert markdown to manpage
====================================
`md2man` is a wrapper of `pandoc` to convert markdown to manpage.
Install
-------
```sh
git clone https://github.com/weakish/md2man.git
cd md2man
make
```
Compatible with both GNU make and BSD make.
Uninstall
---------
```sh
cd md2man
make uninstall
```
Usage
-----
Command line usage:
```sh
man 1 md2man
```
Syntax:
```sh
man 5 md2man
```
License
-------
0BSD