• v1.0.0 a5201cab01

    v1.0.0
    Some checks failed
    CI / test (push) Failing after 15s
    Stable

    7000pctAUTO released this 2026-01-31 21:40:11 +00:00 | 49 commits to main since this release

    Initial 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-card
    

    Usage

    # 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.pdf
    

    Full 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