bmatsuo / jqsh

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

Better shell syntax #7

Closed bmatsuo closed 10 years ago

bmatsuo commented 10 years ago

I basically wrote the easiest thing that would give me what I needed. There are issues with it that need to be addressed.

bmatsuo commented 10 years ago

TL;DR -- After getting my hands dirty with the most recent APIs I think the only thing that really needs to change is support for quoted strings. This is not super critical. I will write a simple scanner using the library I used to scan jq version strings.

But we can get on with the 0.5 release. Yay!