0%

目录跳转神器autojump

安装

1
yum install autojump

CENTOS/LINUX使用

安装后,重新打开终端,或执行source etc/profile.d/autojump.sh才可使用
在使用j xxxx前,要先cd xxx/xxxx一次
然后就可以愉快的使用j xxxx进行跳转了

查看记录/配置文件: j --stat

WIN使用

autojumpWINDOWS没有安装成功,而且个人习惯使用PowerShell

PowerShell下有一个替代者

1
2
3
4
Install-Module ZLocation -Scope CurrentUser

cd xxxx
z xxxx

使用方法和autojump类似,只是j换成了z

查看记录: Get-ZLocation
配置文件: C:\Users\Administrator\z-location.txt

参考文档

  1. https://github.com/vors/ZLocation.git
  2. https://github.com/wting/autojump.git
  3. https://github.com/vors/ZLocation/pull/42