awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Zoxide | Awesome Repository
← All repositories

ajeetdsouza/zoxide

0
View on GitHub↗
33,567 stars·737 forks·Rust·mit·0 viewscrates.io/crates/zoxide↗

Zoxide

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Let's find more awesome repositories

Features

  • Command Line Navigation Helpers - The tool enables jumping to frequently accessed folders using partial names instead of full paths by learning navigation habits to save time during command-line operations.
  • Command Line Navigation Tools - A terminal utility that learns user habits to jump between frequently accessed directories using partial path matching.
  • Terminal Navigation Accelerators - Accelerating terminal navigation by jumping to frequently used directories using partial names instead of typing out full file paths.
  • Directory Navigation Utilities - Provides an atomic file-based database to track and manage directory navigation history.
  • Ranking Algorithms - Calculates directory relevance by combining access frequency and temporal decay to prioritize likely destinations during path resolution.
  • Heuristic Ranking Algorithms - The tool calculates directory scores by multiplying access counts by a recency weight to prioritize frequently visited locations for faster navigation.
  • Shell Integrations - The tool integrates with various shells and third-party plugins to enable seamless command-line completion and enhanced path resolution across different terminal environments.
  • Shell Productivity Tools - Integrating intelligent path resolution into existing terminal environments to reduce keystrokes and streamline common file system navigation tasks.
  • Fuzzy Matching Utilities - Resolves partial directory queries by performing fuzzy string comparisons against the indexed database to identify the best navigation target.
  • Fuzzy Search Tools - The tool matches directory paths using case-insensitive searches and orders results by calculated frecency scores to return the most relevant locations for command-line navigation.
  • Path Ranking Algorithms - Ranking directory search results by combining access frequency and recency to ensure the most relevant locations are prioritized during navigation.
  • Shell Integration Layers - A bridge between terminal environments and navigation logic that enables seamless path resolution and command completion across sessions.
  • Shell Integration Tools - Injects lightweight shell functions to intercept navigation commands and update the local database in real time.
  • Data Maintenance Utilities - Automatically removes stale database records for missing or inactive filesystem directories to ensure data accuracy.
  • Database Maintenance Utilities - The tool maintains database size by periodically scaling down scores and removing entries that fall below a minimum threshold to ensure consistent performance during data lookups.
  • Ranking Engines - A ranking engine that calculates directory relevance by combining access frequency and recency to prioritize search results.
  • Command Line Interfaces - The tool provides command-line flags to perform interactive selection, list matching directories, or manually add paths to the database without changing the current directory.
  • Directory Management Utilities - Maintaining a clean and performant history of visited locations by automatically pruning stale entries and prioritizing folders based on usage patterns.
  • 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. This ensures that the most likely destinations are prioritized during path resolution. To maintain accuracy and performance, the tool employs heuristic fuzzy matching to resolve partial queries and includes automated background maintenance to prune stale records or directories that no longer exist on the filesystem.

    The utility integrates directly into various shell environments through a lightweight hook layer, enabling command-line completion and streamlined navigation workflows. Users can further customize the tool's behavior, storage locations, and filtering rules through environment variables defined in their shell configuration files.