关于
使用 shell 别名使文件系统中的导航更容易。 在工作区中的多个项目中工作时,这会很有帮助,因为键入导航到文件夹的别名而不是键入完整路径会更快
安装
通过 npm 安装:
npm install -g prjk
用法
要在 .bash_profile 中创建别名:
. prjk alias myfolder ~ /test-folder # the dot is necessary
它会在你的 ~/.bash_profile(或 ~/.bashrc)中创建一个别名
要运行您最近创建的别名:
myfolder # to go to the respective projects' folder
myfolder . # to list all folders (limited in 20 results)
myfolder [abc] #