Zoxide Has a Free API You've Never Heard Of

rust dev.to

Zoxide is a smarter cd command that learns your habits. Written in Rust, it remembers which directories you visit most and lets you jump to them with minimal keystrokes. But its real power is the database API most people never discover. What Makes Zoxide Special? Smart ranking — uses a frecency algorithm (frequency + recency) Works everywhere — bash, zsh, fish, PowerShell, Nushell, Xonsh Instant — written in Rust, sub-millisecond response times Database API — query and manipulat

Read Full Tutorial open_in_new
arrow_back Back to Tutorials