0.1.14 • Published 9 years ago

prjk v0.1.14

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

About

prjk usage

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

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago