Z Jumper for Linux

Z Jumper for Linux

Star this Project in Github after u decide to use it.

Download & Install

Firstly, Cpy z.sh to the path u want make this script can be recognizabled by your shell like zsh, bash.

1
2
cd ~
wget https://raw.githubusercontent.com/rupa/z/master/z.sh

Secondly, add . ~/z.sh to the end of your .zshrc ,u can use following cmd also

1
2
3
echo ". ~/z.sh" >> ~/.zshrc
# then using this to check
tail -n 5 ~/.zshrc

Fi, activate it.

1
source ~/.zshrc

Usage and Description

以以下的目录为例:the/path/to/UniFramwork,演示该jumper的使用方式。我们首先需要进入(cd)过对应的目录,z将会记录看,并计算相应的权重,通过其维护的List来进行快速跳转,在完成记录后,我们即可用下面跳转到项目文件夹:

1
2
3
z uni
z un
.....

该Jumper的优势在于,可在任何目录进行跳转,ITs Good

Author

AikenH

Posted on

2022-05-20

Updated on

2023-10-30

Licensed under


Comments