bmatsuo / jqsh

An interactive wrapper to the jq command line utility
MIT License
23 stars 2 forks source link

quoted argument support #24

Open bmatsuo opened 10 years ago

bmatsuo commented 10 years ago

The shell syntax should support quoted strings. Single quotes are probably the most convenient due to the occurrence of double quotes in jq filters (i.e. json strings).

This is specifically to support the pipe command, where the '+' operator is too easy to omit accidentally.