0.0.18 • Published 3 years ago
jqvis v0.0.18
jqVis
![]()
A simplistic GUI wrapper for
jq.
Table of Contents
Install
Be sure to install jq.
Quick installation via npm install -g jqvis and launch with jqvis.
For development install and start with:
git clone https://github.com/a-ludi/jqvis.git
cd jqvis
npm install
npm startUsage
- Start with
jqvisornpm start(see Install section). - Select a file by clicking "Select JSON file…".
- Enter a
jqquery into the editor - Optionally, select
jqoptions to control input and output. - Execute by clicking "Send" or pressing Ctrl + Enter.
- The result will be shown in the output area below.
Persistence
The current file, query and jq options will be automatically saved after every
successful execution.
In addition to that, you may save your queries by name in local storage. Make sure to manually save your most precious queries in a file, though. The local storage may be deleted unexpectedly!
Example

Maintainer
Arne Ludwig <arne.ludwig@posteo.de>
License
This project is licensed under MIT License (see license in LICENSE).