zoxide
zoxide is a smarter cd command inspired by z and autojump. It tracks directories you use most frequently and recently, allowing fast navigation with fewer keystrokes. Built in Rust, it supports all major shells and offers features like fuzzy matching and interactive directory selection.
Overview
0
Version & Lifecycle
0
Community Notes
Deployment tip
For enterprise deployment of zoxide on Windows, download the pre-built zoxide-x86_64-pc-windows-msvc.zip binary from the official releases page, extract zoxide.exe to a shared network path (e.g., servertoolszoxide), and add this path to user or system PATH environment variables via Group Policy.
Then, deploy the PowerShell initialization command Invoke-Expression (& { (zoxide init powershell --hook pwd | Out-String) }) to user PowerShell profiles (e.g., via GPO preferences editing $PROFILE) to enable directory tracking without aliases.
Release Notes & Updates
0
Avg cadence: —
Next anticipated release: —
Updates • 0
Packaging Notes
0
Rust-based command line tool; supports all major shells; integrates with tools like fzf, nnn, vim, yazi