1 repo
Tools designed to speed up directory traversal in command-line interfaces using fuzzy or partial matching.
Distinguishing note: Distinct from general shell tools; specifically optimizes the speed of jumping between directory paths.
Explore 1 awesome GitHub repository matching development tools & productivity · Terminal Navigation Accelerators. Refine with filters or upvote what's useful.
Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a command-line navigation tool that allows users to jump to frequently accessed directories using partial names rather than typing out full file paths. The tool maintains a persistent, atomic file-based database that records navigation history, enabling rapid lookups and safe updates across multiple shell sessions. The project distinguishes itself through a frecency-based ranking algorithm, which calculates directory relevance by combining access frequency with temporal decay. Th
Accelerating terminal navigation by jumping to frequently used directories using partial names instead of typing out full file paths.