faster way to navigate your filesystem for CentOS

2017-04-07 16:49:43
What is 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.

How to Install
1
2
3
4
5
yum install epel-release
yum install autojump

如果你是bash,则添加如下到 ~/.bashrc
[[ -s /etc/profile.d/autojump.bash ]] && . /etc/profile.d/autojump.bash
How to usage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
j 目录名字

手动添加目录
j -a [目录]

手工增加权重
j -i [权重]

手动减少权重
j -d [权重]

显示数据库中的统计数据
j -s

将不存在的目录从数据库中移除
j --purge

ref
wting/autojump


您的鼓励是我写作最大的动力

俗话说,投资效率是最好的投资。 如果您感觉我的文章质量不错,读后收获很大,预计能为您提高 10% 的工作效率,不妨小额捐助我一下,让我有动力继续写出更多好文章。