1 repo
Heuristic-based systems that prioritize file system paths based on usage patterns like frequency and recency.
Distinguishing note: Focuses on the ranking logic (frecency) rather than the navigation interface itself.
Explore 1 awesome GitHub repository matching development tools & productivity · Path Ranking Algorithms. 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
Ranking directory search results by combining access frequency and recency to ensure the most relevant locations are prioritized during navigation.