Metadata-Version: 2.1
Name: jqtui
Version: 0.0.2
Summary: 
Author: Solomon Huang
Author-email: huang.solomon@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pyjq (>=2.6.0,<3.0.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: textual (>=0.34.0,<0.35.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# jqtui
jqtui is a TUI (Text User Interface) for jq.  

The TUI makes it easy to explore json files using jq.

# Installing

Install with `pip`:
```
pip install jqtui
```

Alternatively, install with [pipx](https://pypa.github.io/pipx/):
```
pipx install jqtui
```

# Usage
Run the following to launch jqtui:
```
jqtui <name of JSON filename>
```

