Skip to content

jb55/mandown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandown

Render anything (supported by pandoc) as a manpage

$ mandown readme.md

Example

Examples

$ curl -sL 'website' | mandown html

$ mandown bip176.mediawiki

Installation

Install with make (requires pandoc)

$ make install

Install with nix

$ nix-env -f https://jb55.com/pkgs -iA mandown

Usage

See the docs

Also available at man mandown after installation