Jump directories, run commands, connect to SSH hosts — all from one frecency-ranked, three-panel fuzzy TUI driven by shell hooks.
brew tap ukroporg/tap https://github.com/ukroporg/homebrew-tap && brew install ukroporg/tap/ukrop
curl -L https://github.com/ukroporg/ukrop/releases/latest/download/ukrop.deb -o ukrop.deb && sudo dpkg -i ukrop.deb
cargo install --git https://github.com/ukroporg/ukrop
Most shell productivity tools specialize in either directory jumping or command history. ukrop handles both — plus SSH — in one unified TUI.
See cd, run, and ssh results side-by-side with a shared fuzzy search bar. No mode-switching.
Substring matches rank above fuzzy-only ones. Characters are highlighted in cyan so you see exactly why something matched.
Exponential decay with a 1-week half-life. Recent and frequent entries surface first — transparent, no black boxes.
zsh, bash, fish, and PowerShell. Precmd/preexec hooks capture your directories and commands automatically. Ctrl+R opens the TUI.
Pulls hosts from ~/.ssh/config and your shell history. The only tool in its class that does this.
12 color presets (Nord, Dracula, Gruvbox, Catppuccin, Tokyo Night…). Press F9 to edit config with live preview.
Pin what you use most. Toggle to show only commands run in the current directory.
SQLite on disk, no account, no cloud, no daemon. Your data doesn't leave your machine.
ukrop setup imports your shell history, installs the hook, and wires up the u alias. One command.
brew install ukroporg/tap/ukrop # install
ukrop setup # import history, install hook, alias u=ukrop
# restart your shell, then:
u # jump to a directory
u run # re-run a command
u ssh # connect to a host
u search docker # open with "docker" pre-filled
# Ctrl+R opens the TUI with the run panel active
curl -L https://github.com/ukroporg/ukrop/releases/latest/download/ukrop.deb -o ukrop.deb
sudo dpkg -i ukrop.deb # install
ukrop setup # import history, install hook, alias u=ukrop
# restart your shell, then:
u # jump to a directory
u run # re-run a command
u ssh # connect to a host
u search docker # open with "docker" pre-filled
# Ctrl+R opens the TUI with the run panel active
cargo install --git https://github.com/ukroporg/ukrop # install
ukrop setup # import history, install hook, alias u=ukrop
# restart your shell, then:
u # jump to a directory
u run # re-run a command
u ssh # connect to a host
u search docker # open with "docker" pre-filled
# Ctrl+R opens the TUI with the run panel active