CLI tool for enhanced, synced shell history with contextual awareness
Top 17.3% on sourcepulse
hiSHtory enhances shell command history by storing it with contextual metadata such as directory, exit status, and runtime. It targets developers and power users seeking a searchable, synced, and end-to-end encrypted history across multiple machines, improving command recall and productivity.
How It Works
hiSHtory captures shell command execution metadata and stores it locally in an encrypted SQLite database. This data is then synced across devices via a backend service, ensuring privacy and accessibility. The core advantage lies in its rich querying capabilities, allowing users to search history not just by command string but also by context like directory, exit code, or execution time, facilitated by an interactive TUI.
Quick Start & Requirements
curl https://hishtory.dev/install.py | python3 -
hishtory init $YOUR_HISHTORY_SECRET
(obtained via hishtory status
)Highlighted Details
?
prefix).Maintenance & Community
make
commands.Licensing & Compatibility
Limitations & Caveats
3 months ago
1 week