open-editor-cli

2.0.0 • Public • Published

open-editor-cli

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-cli/

    Package Sidebar

    Install

    npm i open-editor-cli

    Weekly Downloads

    5

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    3.58 kB

    Total Files

    4

    Last publish

    Collaborators

    • sindresorhus