• v0.1.0 05356955f8

    v0.1.0 - Initial Release
    Some checks failed
    CI / test (push) Failing after 2m29s
    Stable

    7000pctAUTO released this 2026-03-22 18:16:02 +00:00 | 20 commits to main since this release

    Initial release of shell-history-semantic-search

    Features

    • Semantic search for shell command history
    • Privacy-first: all processing happens locally
    • Support for bash, zsh, and fish shells
    • Local embeddings using sentence-transformers
    • SQLite database for storing indexed commands

    Installation

    pip install shell-history-search
    

    Quick Start

    # Index your shell history
    shell-history-search index
    
    # Search using natural language
    shell-history-search search "how to undo last commit"
    
    Downloads