parse-columns-cli
Column parser
Transforms text columns from Unix commands into JSON data for manipulation
Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli.
66 stars
8 watching
6 forks
Language: JavaScript
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 346 |
sindresorhus/load-json-file | Reads and parses JSON files from disk or string input | 245 |
sindresorhus/cli-cursor | Library for controlling the CLI cursor | 103 |
sindresorhus/cli-truncate | Library to truncate strings to fit terminal widths | 85 |
sindresorhus/neat-csv | Convenience wrapper around a fast CSV parser | 320 |
sindresorhus/strip-json-comments-cli | Removes comments from JSON data to enable use of comments in JSON files | 67 |
sindresorhus/yn | A utility for parsing yes/no like values with optional typo tolerance | 266 |
sindresorhus/npm-user-cli | Tools to retrieve and display information about npm users. | 30 |
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
sindresorhus/windows-cli | Tools for querying metadata about the active window on various platforms. | 65 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
sindresorhus/npm-user | Extracts user data from an npm user's profile page | 57 |
sindresorhus/cpy-cli | Copies files from source to destination using streams and directory utilities. | 345 |
ddopson/underscore-cli | A command-line utility-belt for manipulating JSON data and performing structured data processing in JavaScript | 1,725 |
shannonmoeller/cli-columns | A library for formatting text lists into columns with customizable padding and sorting. | 34 |