Metadata-Version: 2.1
Name: jqi
Version: 0.0.2
Summary: An interactive wrapper around jq
Home-page: https://github.com/jan-g/jqi
Author: jang
Author-email: jqi@ioctl.org
License: Apache License 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: sh
Requires-Dist: prompt-toolkit

# An interactive wrapper for jq

This can be used as part of a pipeline, or take a file as input.

Use control-space to toggle compact mode; use control-R to toggle
raw output.

Use:

    somthing-that-produces-json | jqi

or

    jqi /tmp/foo.json | file

Use control-C to exit.


