-
v0.1.0 - Initial Release
StableSome checks failedCI / test (push) Failing after 2m29sreleased this
2026-03-22 18:16:02 +00:00 | 20 commits to main since this releaseInitial 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-searchQuick Start
# Index your shell history shell-history-search index # Search using natural language shell-history-search search "how to undo last commit"Downloads