Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 941 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 941 Bytes

open-create-projects

With this script you will be able to open/create projects directly from your terminal at a high speed !

Opening existing projects

Creating new projects

Configuration

  1. Clone the repository inside your plugins directory in your ZSH_CUSTOM path, e.g. $HOME/.ohmyzsh-custom/plugins/

  2. Set your language project path and your language identifier inside the script

  3. Create an alias that matches the script following the language identifier, e.g. alias cdvo="open_create_projects php"

  4. 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à