New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

open-ide

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-ide

Opens the folder in editor from command line

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

:desktop_computer: IDE Open

Opens a folder in editor from cli

:card_index: Contents

  • Usage
    • Installation
    • Add editor
    • Open folder in editor
    • Remove editor
    • List editors

open-ide

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-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)

:axe: Remove editor

open-ide rm <alias>

Example:

open-ide rm vscode

:card_file_box: List editors

open-ide list

Keywords

cli

FAQs

Package last updated on 05 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts