Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

recall

A macOS command snippet manager with semantic search.

Save terminal commands, search them with natural language, copy to clipboard in one keystroke.

Installation

  1. Download the latest DMG release
  2. Move recall.app to /Applications
  3. Launch — the model downloads once (~120 MB, one-time)
  4. 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