1.0.9 • Published 5 years ago
open-ide v1.0.9
:desktop_computer: IDE Open
Opens a folder in editor from cli
:card_index: Contents

Usage
:building_construction: Installation
Install open-ide globaly from npm:
npm i -g open-ide:rocket: Add editor
open-ide add <alias> <path>Example:
open-ide add vscode C:\PATH\TO\VSCODE\Code.exe:open_file_folder: Open folder in editor
open-ideNote: 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)
:axe: Remove editor
open-ide rm <alias>Example:
open-ide rm vscode:card_file_box: List editors
open-ide list