Skip to content

bpan-org/md2man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2man

Markdown to man page converter

Synopsis

md2man doc/foo.md > man/man1/man.1
export MANPATH=man:$MANPATH
man foo

Description

This is a simple tool that converts GFM Markdown read from stdin, to a groff format (for man pages) printed to stdout.

It is a wrapper around pandoc and Perl's pod2man.

I find that this produces the best looking man pages generated from Markdown (compared to every other tool I've tried so far).

Installation

Using BPAN:

bpan install md2man

Authors

Copyright and License

Copyright 2022 by Ingy döt Net

This is free software, licensed under:

The MIT (X11) License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published