awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ajeetdsouza avatar

ajeetdsouza/zoxide

0
View on GitHub↗
37,467 Stars·830 Forks·Rust·MIT·15 Aufrufecrates.io/crates/zoxide↗

Zoxide

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.

Features

  • 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.
  • CLI-Dienstprogramme - Smart directory jumper for the command line.
  • Command Line Productivity - Fast, cross-shell filesystem navigation tool.
  • Command Line Shell Enhancements - A smarter, faster way to navigate your filesystem.
  • Command Line Utilities - Navigates directories faster with a smart cd command.
  • Directory Navigation - Fast directory navigation written in Rust.
  • File and Directory Management - Smarter directory navigation based on usage history.
  • File Management - Fast directory jumper in Rust.
  • Shell Integrations - Provides a smarter, faster directory navigation command.
  • System Utilities - Fast alternative to cd with habit learning.
  • Terminal Utilities - High-performance, cross-shell directory navigation.
  • autojump / z - Listed in the “autojump / z” section of the Awesome Alternatives In Rust awesome list.
  • Command Line Productivity - Fast, cross-shell filesystem navigation tool.
  • 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.

Star-Verlauf

Star-Verlauf für ajeetdsouza/zoxideStar-Verlauf für ajeetdsouza/zoxide

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht ajeetdsouza/zoxide?

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.

Was sind die Hauptfunktionen von ajeetdsouza/zoxide?

Die Hauptfunktionen von ajeetdsouza/zoxide sind: Command Line Navigation Tools, Terminal Navigation Accelerators, Directory Navigation Utilities, Ranking Algorithms, Heuristic Ranking Algorithms, Shell Integrations, Shell Productivity Tools, CLI-Dienstprogramme.

Welche Open-Source-Alternativen gibt es zu ajeetdsouza/zoxide?

Open-Source-Alternativen zu ajeetdsouza/zoxide sind unter anderem: rupa/z — z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move… wting/autojump — Autojump is a shell directory navigation tool and weighted directory search utility. It functions as a path shortcut… sharkdp/fd — This project is a high-performance command-line utility designed for rapid filesystem navigation and file discovery.… joelthelion/autojump — Autojump is a command line productivity tool and shell extension that automates directory navigation. It functions as… clvv/fasd — fasd is a frecency-based path navigator and POSIX shell productivity tool designed to accelerate navigation between… junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard…

Open-Source-Alternativen zu Zoxide

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Zoxide.
  • rupa/zAvatar von rupa

    rupa/z

    17,016Auf GitHub ansehen↗

    z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move through deep directory structures. It functions as a command line tool for jumping to frequently and recently visited directories using a ranking algorithm. The tool utilizes a frecency-based path jump system that weights the number of visits against the time elapsed since the last access to determine priority. It identifies candidate navigation targets by applying regular expression patterns against a database of visited paths. The utility integrates with the shell completi

    Shell
    Auf GitHub ansehen↗17,016
  • wting/autojumpAvatar von wting

    wting/autojump

    16,928Auf GitHub ansehen↗

    Autojump is a shell directory navigation tool and weighted directory search utility. It functions as a path shortcut manager that allows users to jump to frequently visited directories using partial name matching. The tool optimizes shell workflows by learning navigation patterns and maintaining a weighted database of visited paths. It ranks folders based on access frequency and recency to resolve ambiguous queries and minimize the keystrokes required to reach deeply nested directories. Beyond shell navigation, the utility provides integration with native system file explorers to launch mana

    Pythonautojumpcommand-line-toolfilesystem
    Auf GitHub ansehen↗16,928
  • sharkdp/fdAvatar von sharkdp

    sharkdp/fd

    43,362Auf GitHub ansehen↗

    This project is a high-performance command-line utility designed for rapid filesystem navigation and file discovery. It enables users to locate files and directories within large project structures using recursive search, pattern matching, and metadata-aware filtering. By employing multi-threaded parallel traversal, it provides an efficient way to explore complex directory trees. What distinguishes this tool is its ability to integrate directly into terminal workflows and automate file management tasks. It automatically respects version control ignore files and hidden file settings, ensuring

    Rustclicommand-linefilesystem
    Auf GitHub ansehen↗43,362
  • joelthelion/autojumpAvatar von joelthelion

    joelthelion/autojump

    16,928Auf GitHub ansehen↗

    Autojump is a command line productivity tool and shell extension that automates directory navigation. It functions as a shell navigation wrapper that tracks folder access patterns to allow jumping to directories using partial names. The tool utilizes a directory history database and a fuzzy path resolver to match incomplete directory strings to full paths. It weights and ranks these paths based on recency and frequency of use to predict the most likely destination. Beyond shell navigation, the utility includes a terminal file explorer launcher capable of opening the native operating system f

    Python
    Auf GitHub ansehen↗16,928
  • Alle 30 Alternativen zu Zoxide anzeigen→