0.1.14 • Published 10 years ago
prjk v0.1.14
About
Using shell alias to make navigation in the file system easier. It can be helpful when working in multiple projects in a workspace, since it's faster to type an alias that navigates into a folder instead to type the fullpath
Installation
Install via npm:
npm install -g prjk
Usage
To create an alias in your .bash_profile:
. prjk alias myfolder ~/test-folder # the dot is necessary
It will create an alias in your ~/.bash_profile (or ~/.bashrc)
To run your recently created alias:
myfolder # to go to the respective projects' folder
myfolder . # to list all folders (limited in 20 results)
myfolder [abc] # to list folders that have a, b or c in name
myfolder abc # to list folders that have 'abc' in name
0.1.14
10 years ago
0.1.13
10 years ago
0.1.12
10 years ago
0.1.11
10 years ago
0.1.10
10 years ago
0.1.9
10 years ago
0.1.8
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago