A terminal tool to quickly find and run commands from your shell history.
Search through your bash/zsh history and re-run commands without retyping them.
$ iff docker
# Shows all docker commands you've run
# Navigate with arrows or j/k, press Enter to runcargo install ifffyay -S iff# Search with initial filter
iff docker
# Browse all history
iff
# Navigate with arrow keys or j/k
# Press Enter to run selected command
# Press q or Esc to quit- Rust/Cargo (for installation)
- bash or zsh shell history
MIT
