How it works
Four steps from typing a query to landing in a directory.
- Local first — searches near your cwd, then home (unless
--all). - TUI opens immediately — results stream in while you type.
- Rank results — exact → prefix → contains → fuzzy. Frecency breaks ties.
- Jump — shell wrapper runs
cdto the path you pick.
| Component | Role |
|---|---|
jump-bin | Rust binary — search TUI + explorer |
jump.sh | Shell wrapper — cd after selection |
data.json | History, pins, and frecency scores |
Skipped by default: hidden dirs, node_modules, target/, build caches, IDE folders.