
autojump
Replace cd with an intelligent autojump to easily navigate directories from the command line.
github地址:https://github.com/wting/autojump
安装使用后,跳转目录非常方便,极力推荐使用。
简介
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line.
Directories must be visited first before they can be jumped to.
安装
环境:Python v2.6+ except v3.2
mac系统安装(使用homebrew):brew install autojump
将source /usr/local/etc/profile.d/autojump.sh添加到bash配置文件中:.bash_profile
使用
官方wiki:https://github.com/wting/autojump/wiki
例:j mp3
可以跳转到”/home/gwb/my mp3 collection”j --stat
打印相关的常用目录。




近期评论