• v0.1.0 cd254b0e83

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 10s
    Stable

    7000pctAUTO released this 2026-01-31 13:13:26 +00:00 | 50 commits to main since this release

    Initial release of Shell History Automation Tool.

    Features:

    • Fuzzy search across shell history
    • Pattern detection for repetitive commands
    • Auto-alias suggestions
    • Time-based analysis
    • Script export functionality
    • Multi-shell support (bash/zsh)

    Installation

    pip install -e .
    

    Usage

    shellhist search "git commit"
    shellhist patterns
    shellhist suggest-aliases
    shellhist analyze-time --daily
    shellhist export-script --output ./scripts/
    
    Downloads