I built a simple TUI tool to save frequently used shell commands and quickly recall them with fuzzy search.
The problem: I kept forgetting complex commands (docker, kubectl, ffmpeg one-liners) and constantly searched through history or notes.
cli-stash lets you: Press Ctrl+A to browse shell history and save commands
Fuzzy search through saved commands Select a command and it's inserted directly into your terminal prompt Commands are sorted by usage frequency
Built with Go and Bubble Tea. Works on macOS and Linux.
Install: brew install itcaat/tap/cli-stash or go install github.com/itcaat/cli-stash@latest