文章目录 介绍安装 autojump使用 git clone使用 HomeBrew 安装 配置使用 autojump卸载 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 m…
如果在Linux系统下工作,命令行中切换目录是最常用的操作.进入一个目录需要不停地cd ../, ls ../.现在的终端提供了强大的自动补全来处理路径的问题.但是仍然需要通过不停的敲击cd tab来完成目录的切换.想想这样低效的操作违背的Linux的设计原则,从而autojump应运而生,使用它之后…