autojump--懒人利器
Posted dylancao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了autojump--懒人利器相关的知识,希望对你有一定的参考价值。
只有打开过的目录 autojump 才会记录,所以使用时间越长,autojump 才会越智能。
可以使用 autojump
命令,或者使用短命令 j
.
-
跳转到指定目录
j directoryName
如果不知道目录全名,输入一部分,按Tab键就好,输错了也没关系,可以自动识别,非常强大。
# j csm /data/www/xxx/cms
Tab 键效果
[email protected]:~$ pwd /home/vagrant [email protected]:~$ j --stat 10.0: /etc/nginx/conf.d 20.0: /home/vagrant/www/xxx/doc_api 34.6: /home/vagrant/www/xxx 40.0: /var/log/nginx Total key weight: 104. Number of stored dirs: 4 [email protected]:~$ j n__ (Tab 键自动添加了下划线) /var/log/nginx [email protected]:/var/log/nginx$
-
跳转到指定目录的子目录(Mac 下效果与
j
相同,Ubuntu下不好用)jc directoryName
-
使用系统工具(Mac Finder, Windows Explorer, GNOME, etc.)打开目录,类似Mac OS terminal 下的
open
命令,但open
命令需要指定路径(Mac中还算实用,Ubuntu下不好用)jo directoryName
-
查看权重
j --stat
$ j --stat 10.0: /etc/nginx/conf.d 10.0: /home/vagrant/www/caijing/doc_api 10.0: /var/log/nginx 30.0: /home/vagrant/www/caijing Total key weight: 59. Number of stored dirs: 4
权重越高,说明目录使用的越频繁。
感觉 Mac 中的显示效果更好,还可以自己去调整权重值。
$ j --stat 10.0: /Users/xxx/xxx/xxxx/xxxx/xxxx/vendor 22.4: /Users/xxx/xxx/xxxx/xxxx/xxxx/log 32: total weight 2: number of entries 10.00: current directory weight data: /Users/xxx/Library/autojump/autojump.txt
-
其他
autojump --help
参考文档:https://www.jianshu.com/p/15f0ffaa88d7
以上是关于autojump--懒人利器的主要内容,如果未能解决你的问题,请参考以下文章