🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ropen

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ropen

a cli program to open IDE quickly in shell,use sublime or atom

npmnpm
Version
1.0.2
Version published
Weekly downloads
13
30%
Maintainers
1
Weekly downloads
 
Created
Source

ropen

快速在命令行打开atom或者sublime编辑器,帮你节省一点点时间~ ropen === rapid open || open rapidly;//快速打开

install

npm install ropen -g

usage

  • -a 或者 --atom 代表打开atom编辑器
  • -s 或者 --subl 代表打开sublime编辑器
  • [path],选填,代表用编辑器打开的目录或者文件,如果不填,则打开当前目录
ropen -a [path]
ropen -s [path]

examples

// 用atom打开当前目录
ropen -a ./  
// 用sublime打开当前目录
ropen -s ./  

FAQs

Package last updated on 27 Jun 2017

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