parse-columns-cli

3.0.0 • Public • Published

parse-columns-cli

Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli.

Install

npm install --global parse-columns-cli

Usage

$ parse-columns --help

  Usage
    $ parse-columns <string>
    $ echo <string> | parse-columns

  Example
    $ lsof -i | parse-columns | underscore --outfmt=text pluck NAME
    *:*
    *:62886
    *:*
    localhost:9050 (LISTEN)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
3.0.01
2.0.01
1.0.01

Package Sidebar

Install

npm i parse-columns-cli

Weekly Downloads

3

Version

3.0.0

License

MIT

Unpacked Size

3.56 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus