You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using cat page.html | hq '{something: .something}' repeatedly until it works,
it might be better to use something like cat page.html | hq --repl to get a prompt:
Instead of using
cat page.html | hq '{something: .something}'
repeatedly until it works,it might be better to use something like
cat page.html | hq --repl
to get a prompt:for quick development, this could also help with #33 .
There could also be SQLite style
.help
or Postgres style\?
commands.Would this make sense for hq?
The text was updated successfully, but these errors were encountered: