Frecency scoring
Ranked by how often and how recently you visit. The right place floats to the top.
Fast. Focused. Terminal-native.
zing learns where you work, ranks by frecency, and gives you a live TUI with previews, tree view, and stats. No lag. No guessing.
Features
Ranked by how often and how recently you visit. The right place floats to the top.
Peek into directories before jumping. No more dead ends or backtracking.
Expand and collapse the file tree to understand structure at a glance.
Track what you touch most with built-in stats and activity trends.
Built with Zig for low latency and predictable performance.
Tight integration for bash, zsh, and fish with simple init scripts.
TUI
Instant results with context, without leaving your terminal.
Expand the structure without losing your selection.
Monitor activity to discover your real workflow.
Install
brew tap ydah/zing
brew install zing
git clone https://github.com/ydah/zing.git
cd zing
zig build -Doptimize=ReleaseFast
sudo cp zig-out/bin/zing /usr/local/bin/
# bash
source <(zing init bash)
# zsh
eval "$(zing init zsh)"
# fish
zing init fish | source
Usage
zi
zi foo
zing add ~/new-project
zing remove ~/old-dir
zing list
zing stats
zing import --from=zoxide
zing import --from=z ~/.z
zing import --from=autojump
Community