recall
A macOS command snippet manager with semantic search.
Save terminal commands, search them with natural language, copy to clipboard in one keystroke.
Installation
- Download the latest DMG release
- Move
recall.appto/Applications - Launch — the model downloads once (~120 MB, one-time)
- Add the CLI to your shell path:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
Quick Start
App (⌘⇧R anywhere): Opens the window with fuzzy filter. Press + Add to save a new command.
CLI:
recall "switch kube context to staging"
# → copies: kubectl config use-context staging