1.4.8 • Published 1 year ago
project-list-cli v1.4.8
project-list-cli
A way to easily navigate to projects in the terminal.
Quickly switch to the right project.

Installation:
npm install -g project-list-cli# Add function in .bashrc OR .zshrc
pp() {
project-list $1
if [[ -z $1 || "$1" == "ls" ]]; then
DIR_TO_GO=$(node -p -e "require('$HOME/.project-list.json').lastProjectPath")
if [ ! -z "$DIR_TO_GO" ];then
cd $DIR_TO_GO
fi
fi
}A configuration file will be created automatically in your home directory ~/.project-list.json
Commands:
| command | description |
|---|---|
| ls | show a list of projects |
| add | add a project to the list, while in the project folder |
| rm | remove project from list, while in the project folder |
| help | show help |
1.4.6
1 year ago
1.4.5
1 year ago
1.4.4
1 year ago
1.4.3
1 year ago
1.4.2
1 year ago
1.4.1
1 year ago
1.4.0
1 year ago
1.4.8
1 year ago
1.4.7
1 year ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.0
4 years ago
1.2.1
4 years ago
1.1.3
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.1.2
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago