-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for jq functions (eg keys
)
#33
Comments
This could maybe include |
You can use Ctrl+L to view a list of keys available at time when you're digging a query. Shameless self-promotion: jiq, my fork of jid uses |
So, |
That's awesome. I should use that in jiq but maybe it would be better if it got used on jid instead. |
@fiatjaf yeah. I've got a branch in my jq clone that adds FFIs, I/O, co-routines, eval. After it gets integrated we'll be able to build a REPL out of eval. jid shows me that a REPL shell should really use curses so as to leave the program in the same part of the terminal screen, and show/page results in another. |
Besides the jq-go mentioned in #33 (comment) above, there is also https://github.com/itchyny/gojq as a Go library for jq query. |
Thanks for releasing this - I'm a big fan :)
Is there interest in covering off more of the
jq
builtins?For instance:
jid prevents me typing
keys
at all at the moment.The text was updated successfully, but these errors were encountered: