With this script you will be able to open/create projects directly from your terminal at a high speed !
-
Clone the repository inside your plugins directory in your ZSH_CUSTOM path, e.g.
$HOME/.ohmyzsh-custom/plugins/
-
Set your language project path and your language identifier inside the script
-
Create an alias that matches the script following the language identifier, e.g.
alias cdvo="open_create_projects php"
-
Be sure you have created a command-line launcher with your jetbrains IDE.
Tools
->Create Command-line Launcher
-> set to default (e.g. /usr/local/bin/phpstorm)
Special credits to Marc Cornellà