jmespath.terminal
jmespath.terminal copied to clipboard
JMESPath exploration tool in the terminal
Hello. Thanks for this technology. It has really helped me. So keep up the good work. I would like to make a feature request to improve jpterm. I work with...
Is it possible this can be bumped to use the latest urwid? 2.0.1 ? TIA!
TL;TR: Does jpterm support Windows? I tried it on Windows 10 with [built-in installation of Python](https://devblogs.microsoft.com/python/python-in-the-windows-10-may-2019-update/) inside PowerShell console and it failed: ``` ❯ python -c 'import jpterm; print(jpterm.__version__)' 0.2.1...
I wasn't able to `pip install jsmespath-terminal` due to an error with urwid 1.2.2 not working on newer pythons. Bumping the version just seems to work and 2.1.2 [still supports...
When learning jmespath with the terminal, I found it difficult to work with it when the expressions were wrong I added some simple descriptive text when the expression doesn't compile...
Allows loading yaml files as well as json from the command line. I tested a few cases of loading json/yaml with: ``` jpterm -y yaml-file.yaml jpterm -y json-file.json ``` and...
White does not play well on a white background.
Since jpterm is a tool for humans, please add an option to sort the keys.
To reproduce: * start `jpterm` * type `&f` * watch the program abort ``` Traceback (most recent call last): File "/usr/bin/jpterm", line 6, in jpterm.main() File "/usr/lib/python3.8/site-packages/jpterm.py", line 229, in...
Is there some python thing I don't get here? It would be great to output the stdout to a file.. but bash redirects don't work because this is interactive.