logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

go-md2man - Convert markdown files into manpages

Description

go-md2man  converts standard markdown formatted documents into manpages. It is written purely in Go so as
       to reduce dependencies on 3rd party libs.

       By default, the input is stdin and the output is stdout.

Examples

       Convert the markdown file go-md2man.1.md into a manpage:

       go-md2man < go-md2man.1.md > go-md2man.1

       Same, but using command line arguments instead of shell redirection:

       go-md2man -in=go-md2man.1.md -out=go-md2man.1

History

       January 2015, Originally compiled by Brian Goff (cpuguy83@gmail.com).

go-md2man                                         January 2015                                      go-md2man(1)

Name

       go-md2man - Convert markdown files into manpages

Synopsis

go-md2man [-in=/path/to/md/file] [-out=/path/to/output]

See Also