Scott

install autojump a year ago

linux
tools
271个字符
共有171人围观

autojump是一款命令行工具,它会记录我们cd过的目录,当再次访问时,就可以用j快速cd到我们想要的目录

支持:macos, windows, linux

安装:

git clone https://github.com/wting/autojump.git
cd autojump
# install
./install.py 
#uninstall
./uninstall.py

安装完成之后,就可以用j xx快乐的玩耍了