gop - Linux 终端快速跳转目录工具
https://github.com/amailzl/gop
拉下代码,进入 代码根目录/shell/
执行
./worker init
init成功后执行
source ~/.bash_aliases_gop
就可以在终端下使用gop去跳转目录
gop add [alias] [absPATH]
example:
gop add b /usr/local/bin
gop del [alias]
example:
gop del b
通过add / del 功能增删 路径快捷名
gop + 路径快捷名 来跳转目录