A simple way to enter in your projects folders from anywhere
curl -sSL https://raw.githubusercontent.com/albertalef/projectme/master/install.sh | sh
Change your project folder in your shell config file
export PROJECTS_DIR='$HOME/path-to-folder'
After edit the shell config file, restart your terminal or execute source ~/.bashrc
or source ~/.zshrc
.
Create the projects dir folder:
mkdir "$PROJECTS_DIR"
And just use it!
Warning
Comming...