8 releases (2 stable)

1.1.0 Mar 17, 2025
1.0.0 Feb 14, 2025
0.1.5 Oct 28, 2024
0.1.4 Jul 1, 2024
0.1.1 Apr 23, 2020

#279 in Text processing

Download history 795/week @ 2024-12-04 298/week @ 2024-12-11 390/week @ 2024-12-18 100/week @ 2024-12-25 337/week @ 2025-01-01 395/week @ 2025-01-08 369/week @ 2025-01-15 258/week @ 2025-01-22 477/week @ 2025-01-29 527/week @ 2025-02-05 821/week @ 2025-02-12 510/week @ 2025-02-19 687/week @ 2025-02-26 293/week @ 2025-03-05 532/week @ 2025-03-12 434/week @ 2025-03-19

2,017 downloads per month

Apache-2.0 OR MIT

24KB
582 lines

Convert Markdown to man pages

This can be used as a Rust library, or as a command-line executable.

CLI installation

CLI usage

The mandown command takes a path as an argument, and prints the manpage to stdout.

mandown README.md > converted.1
man ./converted.1

You can specify path as - to read markdown from stdin. Second and third argument can specify program name and manpage section.

cat README.md | mandown - MYPROGRAM 1 > converted.1
man ./converted.1

Dependencies

~2.5MB
~42K SLoC