awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ajeetdsouza/zoxideajeetdsouza 的头像

    ajeetdsouza/zoxide

    37,467在 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
    在 GitHub 上查看↗37,467
  • rupa/zrupa 的头像

    rupa/z

    17,016在 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
    在 GitHub 上查看↗17,016
  • wting/autojumpwting 的头像

    wting/autojump

    16,928在 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
    在 GitHub 上查看↗16,928
  • skywind3000/z.luaskywind3000 的头像

    skywind3000/z.lua

    3,134在 GitHub 上查看↗

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

    Fast directory navigation based on habits.

    Luaautojumpbashcd
    在 GitHub 上查看↗3,134
  • b4b4r07/enhancdb4b4r07 的头像

    b4b4r07/enhancd

    2,702在 GitHub 上查看↗

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

    Interactive filter for directory navigation.

    Shell
    在 GitHub 上查看↗2,702
  • huyng/bashmarkshuyng 的头像

    huyng/bashmarks

    1,964在 GitHub 上查看↗

    Directory bookmarks for the shell

    Directory bookmarking for the shell.

    Shell
    在 GitHub 上查看↗1,964
  • gsamokovarov/jumpgsamokovarov 的头像

    gsamokovarov/jump

    1,925在 GitHub 上查看↗

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

    File system navigation based on habits.

    Go
    在 GitHub 上查看↗1,925
  • vigneshwaranr/bdvigneshwaranr 的头像

    vigneshwaranr/bd

    929在 GitHub 上查看↗

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

    Quickly navigate to parent directories.

    Shell
    在 GitHub 上查看↗929
  • iridakos/gotoiridakos 的头像

    iridakos/goto

    904在 GitHub 上查看↗

    Alias and navigate to directories with tab completion in Linux

    Aliased directory navigation with auto-completion.

    Shellaliasesbashdirectories
    在 GitHub 上查看↗904
  • shyiko/commacdshyiko 的头像

    shyiko/commacd

    370在 GitHub 上查看↗

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

    Faster directory movement for Bash.

    Shell
    在 GitHub 上查看↗370
  • shannonmoeller/upshannonmoeller 的头像

    shannonmoeller/up

    184在 GitHub 上查看↗

    Quickly navigate to a parent directory via tab-completion.

    Ascend directory trees by name or count.

    Shell
    在 GitHub 上查看↗184
  • jintin/aliasmeJintin 的头像

    Jintin/aliasme

    129在 GitHub 上查看↗

    A shell script to memorize your command in command line.

    Alias helper for quick directory changes.

    Shell
    在 GitHub 上查看↗129
  • sakshamsharma/zpyisakshamsharma 的头像

    sakshamsharma/zpyi

    113在 GitHub 上查看↗

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

    Python scripting integration for Zsh.

    Shell
    在 GitHub 上查看↗113
  • pedramamini/lazy-cdpedramamini 的头像

    pedramamini/lazy-cd

    24在 GitHub 上查看↗

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

    Bookmarked file system navigation.

    Shell
    在 GitHub 上查看↗24
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Directory Navigation