1.3.1 • Published 11 months ago

project-list-cli v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

project-list-cli

A way to easily navigate to projects in the terminal.

Quickly switch to the right project.

project-list-cli demo

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:

commanddescription
lsshow a list of projects
addadd a project to the list, while in the project folder
rmremove project from list, while in the project folder
helpshow help
1.3.1

11 months ago

1.3.0

11 months ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago