Terminal navigation
cd in one jump.
Fuzzy-find directories and browse files in the terminal.
One binary, two commands — jump and exp. Zero config.
terminal
$ jump src
RESULTS · 4 results
▎ 01 exact ★32 ~/projects/myapp/src
02 prefix ~/projects/myapp/src-old
03 match ~/projects/my-src
⏎ jump esc close
Install
Add to your shell
$
curl -sSf https://raw.githubusercontent.com/Samujalphukan228/jump-cli/master/install.sh | sh
Then source ~/.bashrc or source ~/.zshrc —
Why jump
Less typing, same shell
01
One command, one jump
jump src fuzzy-finds directories. No find, no tab-completion hunting.
02
Frecency ranking
Recently visited paths surface first. Exact → prefix → contains → fuzzy.
03
Built-in explorer
exp previews files, copy/paste, mouse support — press c to cd and exit.
Compare
Before and after
Without · ~5 steps
find ~ -type d -name "*src*" 2>/dev/null # scroll through dozens of paths... cd ~/projects/myapp/src # or type the full path from memory
With jump · 1 command
jump src # pick from ranked results # Enter → you're there
Ready to read more?
Step-by-step guide with examples — one chapter at a time.