underscore-cli icon indicating copy to clipboard operation
underscore-cli copied to clipboard

Command-line utility-belt for hacking JSON and Javascript.

Results 34 underscore-cli issues
Sort by recently updated
recently updated
newest added

``` $ echo '{"a":null}' | underscore print --outfmt pretty { a: null } ``` (nb. non-prettified output is fine: ``` $ echo '{"a":null}' | underscore print { "a": null }...

I'm trying to grab a subset of values from a json file to use as variables in a bash script Ideally something like: ``` declare $width $height read width height

I have installed Underscore on a Ubuntu 14.04 64 bit machine and i can't use it becaue of the following errors. When i'm piping, regardless of the argument for underscore,...

I like what you have done with this library, it's great for node cli. Have you put any thought into allowing this to be a module within node that one...

nvm 0.10.24, npm 1.3.21/1.4.3 Linux & Mac I installed underscore-cli with: npm install -g underscore-cli Error is reported in terminal, after execution of commands. [darek@localhost testbox]$ echo '[1, 2, 3,...

`cat json.json | underscore first 50` `cat json.json | underscore groupBy id' :) i'm finding myself doing this quite a bit too... it would be cool if you could make...

I have a >500 megabyte JSON file which I would like to format, but underscore-cli dies almost immediately: ``` λ ~ underscore -i results.json print > pretty_results.json FATAL ERROR: CALL_AND_RETRY_0...

Support for json log files such as the ones produced by [winston](https://github.com/flatiron/winston), where each row in the log file is a json object. This can work through a new command-line...

It would be great if I would be able to split a json array in multiple files. I have not found a way to create null-separated items that I can...

Appears to be same error others were reporting before, still affects latest version. End of error output below, let me know if you want more from the error log. ....