Convert Markdown to man pages
This can be used as a Rust library, or as a command-line executable.
CLI installation
-
Install Rust 1.74 or later
-
Run
cargo install mandown
CLI usage
The mandown command takes a path as an argument, and prints the manpage to stdout.
You can specify path as - to read markdown from stdin. Second and third argument can specify program name and manpage section.
|