Opens a folder in editor from cli
Install open-ide globaly from npm:
npm i -g open-ide
open-ide add <alias> <path>
Example:
open-ide add vscode C:\PATH\TO\VSCODE\Code.exe
open-ide
Note: if you have only one editor declared, it will be used as default, otherwise open-ide will ask you to choose the editor (from a list)
open-ide rm <alias>
Example:
open-ide rm vscode
open-ide list