open-editor-cli 在编辑器中打开特定行和列的文件

open-editor-cli 在编辑器中打开特定行和列的文件

Node.js 其它杂项

访问GitHub主页

共47Star

详细介绍

open-editor-cli Build Status

Open files in your editor at a specific line and column

Install

$ npm install --global open-editor-cli

Usage

$ open-editor --help

  Usage
    $ open-editor <file> …
    $ cat <file> | open-editor [--ext]

  Options
    --ext  File extension for stdin

  Examples
    $ open-editor unicorn.js:5:3 readme.md:10:2
    $ echo '<h1>Unicorns!</h1>' | open-editor --ext=html

Related

  • open-editor - API for this module
  • opn-cli - Opens stuff like websites, files, executables

License

MIT © Sindre Sorhus