| Crates.io | ifff |
| lib.rs | ifff |
| version | 0.1.0 |
| created_at | 2025-12-18 13:42:14.885229+00 |
| updated_at | 2025-12-18 13:42:14.885229+00 |
| description | A tool to run previously run commands - un-forgetter |
| homepage | https://github.com/will-x86/iff |
| repository | https://github.com/will-x86/iff |
| max_upload_size | |
| id | 1992420 |
| size | 38,879 |
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 run
cargo install ifff
# 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
MIT