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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 dépôts

Awesome GitHub RepositoriesDirectory Navigation

Tools for faster movement through the file system.

Explore 14 awesome GitHub repositories matching part of an awesome list · Directory Navigation. Refine with filters or upvote what's useful.

Awesome Directory Navigation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ajeetdsouza/zoxideAvatar de ajeetdsouza

    ajeetdsouza/zoxide

    37,467Voir sur GitHub↗

    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

    Fast directory navigation written in Rust.

    Rustautojumpbashcli
    Voir sur GitHub↗37,467
  • rupa/zAvatar de rupa

    rupa/z

    17,016Voir sur GitHub↗

    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

    Directory navigation based on frequency.

    Shell
    Voir sur GitHub↗17,016
  • wting/autojumpAvatar de wting

    wting/autojump

    16,928Voir sur GitHub↗

    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

    Directory navigation based on usage frequency.

    Pythonautojumpcommand-line-toolfilesystem
    Voir sur GitHub↗16,928
  • skywind3000/z.luaAvatar de skywind3000

    skywind3000/z.lua

    3,134Voir sur GitHub↗

    :zap: A new cd command that helps you navigate faster by learning your habits.

    Fast directory navigation based on habits.

    Luaautojumpbashcd
    Voir sur GitHub↗3,134
  • b4b4r07/enhancdAvatar de b4b4r07

    b4b4r07/enhancd

    2,702Voir sur GitHub↗

    :rocket: A next-generation cd command with your interactive filter

    Interactive filter for directory navigation.

    Shell
    Voir sur GitHub↗2,702
  • huyng/bashmarksAvatar de huyng

    huyng/bashmarks

    1,964Voir sur GitHub↗

    Directory bookmarks for the shell

    Directory bookmarking for the shell.

    Shell
    Voir sur GitHub↗1,964
  • gsamokovarov/jumpAvatar de gsamokovarov

    gsamokovarov/jump

    1,925Voir sur GitHub↗

    Jump helps you navigate faster by learning your habits. ✌️

    File system navigation based on habits.

    Go
    Voir sur GitHub↗1,925
  • vigneshwaranr/bdAvatar de vigneshwaranr

    vigneshwaranr/bd

    929Voir sur GitHub↗

    Quickly go back to a parent directory in linux instead of typing "cd ../../.." repeatedly

    Quickly navigate to parent directories.

    Shell
    Voir sur GitHub↗929
  • iridakos/gotoAvatar de iridakos

    iridakos/goto

    904Voir sur GitHub↗

    Alias and navigate to directories with tab completion in Linux

    Aliased directory navigation with auto-completion.

    Shellaliasesbashdirectories
    Voir sur GitHub↗904
  • shyiko/commacdAvatar de shyiko

    shyiko/commacd

    370Voir sur GitHub↗

    A faster way to move around (Bash 3+/Zsh)

    Faster directory movement for Bash.

    Shell
    Voir sur GitHub↗370
  • shannonmoeller/upAvatar de shannonmoeller

    shannonmoeller/up

    184Voir sur GitHub↗

    Quickly navigate to a parent directory via tab-completion.

    Ascend directory trees by name or count.

    Shell
    Voir sur GitHub↗184
  • jintin/aliasmeAvatar de Jintin

    Jintin/aliasme

    129Voir sur GitHub↗

    A shell script to memorize your command in command line.

    Alias helper for quick directory changes.

    Shell
    Voir sur GitHub↗129
  • sakshamsharma/zpyiAvatar de sakshamsharma

    sakshamsharma/zpyi

    113Voir sur GitHub↗

    The power of python in your Zsh - Unobtrusive and easy python scripting in shell

    Python scripting integration for Zsh.

    Shell
    Voir sur GitHub↗113
  • pedramamini/lazy-cdAvatar de pedramamini

    pedramamini/lazy-cd

    24Voir sur GitHub↗

    Path bookmarking for bash. I use this extensively throughout my day.

    Bookmarked file system navigation.

    Shell
    Voir sur GitHub↗24
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Directory Navigation