[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2691":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":19,"lastSyncTime":32,"discoverSource":33},2691,"autojump","wting\u002Fautojump","wting","A cd command that learns - easily navigate directories from the command line","",null,"Python",16929,710,166,175,0,5,30,2,43.56,"Other",false,"master",true,[5,26,27,28],"command-line-tool","filesystem","python","2026-06-12 02:00:43","NAME\n----\n\nautojump - a faster way to navigate your filesystem\n\nDESCRIPTION\n-----------\n\nautojump is a faster way to navigate your filesystem. It works by\nmaintaining a database of the directories you use the most from the\ncommand line.\n\n*Directories must be visited first before they can be jumped to.*\n\nUSAGE\n-----\n\n`j` is a convenience wrapper function around `autojump`. Any option that\ncan be used with `autojump` can be used with `j` and vice versa.\n\n-   Jump To A Directory That Contains `foo`:\n\n        j foo\n\n-   Jump To A Directory That Contains `foo`, Preferring Child Directories:\n\n    You can prioritize child directories over matches in the databases via\n\n        jc foo\n\n-   Open File Manager To Directories (instead of jumping):\n\n    Instead of jumping to a directory, you can open a file explorer\n    window (Mac Finder, Windows Explorer, GNOME Nautilus, etc.) to the\n    directory instead.\n\n        jo music\n\n    Opening a file manager to a child directory is also supported:\n\n        jco images\n\n-   Using Multiple Arguments:\n\n    Let's assume the following database:\n\n        30   \u002Fhome\u002Fuser\u002Fmail\u002Finbox\n        10   \u002Fhome\u002Fuser\u002Fwork\u002Finbox\n\n    `j in` would jump into \u002Fhome\u002Fuser\u002Fmail\u002Finbox as the higher\n    weighted entry. However you can pass multiple arguments to autojump\n    to prefer a different entry. In the above example, `j w in` would\n    then change directory to \u002Fhome\u002Fuser\u002Fwork\u002Finbox.\n\nFor more options refer to help:\n\n    autojump --help\n\nINSTALLATION\n------------\n\n### REQUIREMENTS\n\n-   Python v2.6+ or Python v3.3+\n-   Supported shells\n    -   bash - first class support\n    -   zsh - first class support\n    -   fish - community supported\n    -   tcsh - community supported\n    -   clink - community supported\n-   Supported platforms\n    -   Linux - first class support\n    -   OS X - first class support\n    -   Windows - community supported\n    -   BSD - community supported\n-   Supported installation methods\n    -   source code - first class support\n    -   Debian and derivatives - first class support\n    -   ArchLinux \u002F Gentoo \u002F openSUSE \u002F RedHat and derivatives -\n        community supported\n    -   Homebrew \u002F MacPorts - community supported\n\nDue to limited time and resources, only \"first class support\" items will\nbe maintained by the primary committers. All \"community supported\" items\nwill be updated based on pull requests submitted by the general public.\n\nPlease continue opening issues and providing feedback for community\nsupported items since consolidating information helps other users\ntroubleshoot and submit enhancements and fixes.\n\n### MANUAL\n\nGrab a copy of autojump:\n\n    git clone https:\u002F\u002Fgithub.com\u002Fwting\u002Fautojump.git\n\nRun the installation script and follow on screen instructions.\n\n    cd autojump\n    .\u002Finstall.py or .\u002Funinstall.py\n\n### AUTOMATIC\n\n#### Linux\n\nautojump is included in the following distro repositories, please use\nrelevant package management utilities to install (e.g. apt-get, yum,\npacman, etc):\n\n-   Debian, Ubuntu, Linux Mint\n\n    All Debian-derived distros require manual activation for policy\n    reasons, please see `\u002Fusr\u002Fshare\u002Fdoc\u002Fautojump\u002FREADME.Debian`.\n\n-   RedHat, Fedora, CentOS\n\n    Install `autojump-zsh` for zsh, `autojump-fish` for fish, etc.\n\n-   ArchLinux\n-   Gentoo\n-   Frugalware\n-   Slackware\n\n#### OS X\n\nHomebrew is the recommended installation method for Mac OS X:\n\n    brew install autojump\n\nMacPorts is also available:\n\n    port install autojump\n\nWindows\n-------\n\nWindows support is enabled by [clink](https:\u002F\u002Fmridgers.github.io\u002Fclink\u002F)\nwhich should be installed prior to installing autojump.\n\nKNOWN ISSUES\n------------\n\n-   autojump does not support directories that begin with `-`.\n\n-   For bash users, autojump keeps track of directories by modifying\n    `$PROMPT_COMMAND`. Do not overwrite `$PROMPT_COMMAND`:\n\n        export PROMPT_COMMAND=\"history -a\"\n\n    Instead append to the end of the existing \\$PROMPT\\_COMMAND:\n\n        export PROMPT_COMMAND=\"${PROMPT_COMMAND:+$PROMPT_COMMAND ;} history -a\"\n\nREPORTING BUGS\n--------------\n\nFor any questions or issues please visit:\n\n    https:\u002F\u002Fgithub.com\u002Fwting\u002Fautojump\u002Fissues\n\nAUTHORS\n-------\n\nautojump was originally written by Joël Schaerer, and currently\nmaintained by William Ting. More contributors can be found in `AUTHORS`.\n\nCOPYRIGHT\n---------\n\nCopyright © 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL\nversion 3 or later \u003Chttp:\u002F\u002Fgnu.org\u002Flicenses\u002Fgpl.html>. This is free\nsoftware: you are free to change and redistribute it. There is NO\nWARRANTY, to the extent permitted by law.\n","autojump 是一个命令行工具，旨在通过学习用户最常访问的目录来加速文件系统的导航。其核心功能是基于用户历史记录自动生成常用目录数据库，并允许用户通过简短的命令快速跳转到这些目录。支持多种shell环境（如bash、zsh等）和操作系统（包括Linux、OS X及Windows），并且提供了灵活的安装选项。适合需要频繁在不同目录之间切换的开发者或系统管理员使用，特别是在处理大型项目或多级目录结构时能显著提高工作效率。","2026-06-11 02:50:56","top_language"]