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
When prototyping transforms with jq, it's pretty common for users to do something like jq '...' myfile.json | more as a way of testing things. This is basically a manual REPL usage pattern. nbvectors jjq '...' should support a similar pattern without complications.