ifff

Crates.ioifff
lib.rsifff
version0.1.0
created_at2025-12-18 13:42:14.885229+00
updated_at2025-12-18 13:42:14.885229+00
descriptionA tool to run previously run commands - un-forgetter
homepagehttps://github.com/will-x86/iff
repositoryhttps://github.com/will-x86/iff
max_upload_size
id1992420
size38,879
Will (will-x86)

documentation

README

iff

A terminal tool to quickly find and run commands from your shell history.

What it does

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

Installation

cargo install ifff

Usage

# 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

Requirements

  • Rust/Cargo (for installation)
  • bash or zsh shell history

License

MIT

Commit count: 0

cargo fmt