利用autojump来实现linux目录快速切换

在使用linux的过程中,我们要经常和目录打交通

如何快速切换目录相当的重要

今天我们讲讲如何用`autojump`来实现

首先下载 autojump 源码

`git clone git://github.com/joelthelion/autojump.git`

然后可安装或卸载

>cd autojump
./install.py or ./uninstall.py

由于Linux 下 Shell 启动会自动读取 ~/.bashrc 文件,所以将下面一行添加到该文件中

[[ -s ~/.autojump/etc/profile.d/autojump.sh ]] && . ~/.autojump/etc/profile.d/autojump.sh

然后,运行`source ~/.bashrc`即可

安装完成后,使用查看autojump版本

`$ autojump --version`

autojump release-v21.1.2

如何使用?

1、跳转到指定目录

>j directoryName

2、跳转到指定目录的子目录

>jc directoryName

3、查看权重

>j --stat

    A+
发布日期:2021年05月31日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: