-
released this
2026-01-31 21:40:11 +00:00 | 49 commits to main since this releaseInitial Release
A CLI tool that parses man pages and generates beautiful, printable command reference cards.
Features
- Parse man pages for any command
- Extract usage examples, options, and arguments
- Generate professional PDF reference cards
- Generate PNG images for digital notebooks
- Multiple built-in templates (default, minimal, compact, dark)
- Custom template support via JSON files
- Batch processing for multiple commands
Installation
pip install man-cardUsage
# Generate PDF card man-card generate ls -o ls_card.pdf # Generate PNG card man-card generate ls --format png -o ls_card.png # Use a different template man-card generate ls --template dark -o ls_dark.pdfFull Changelog
- Initial release with full CLI functionality
- PDF and PNG card generation
- 4 built-in templates
- Batch processing support
- Comprehensive test suite (39 tests passing)
Downloads