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

Support for `pick`

Open STRd6 opened this issue 11 years ago • 0 comments

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 <<< `underscore pick width height < data.json`

Currently there is no support for pick at all, but it would be very useful to me at least.

STRd6 avatar Jun 10 '14 01:06 STRd6