SkillAgentSearch skills...

Jqview

simplest possible native GUI for inspecting JSON objects with jq

Install / Use

/learn @fiatjaf/Jqview
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

./jqview Mentioned in Awesome jq

The simplest possible native GUI for inspecting JSON objects with jq.

Made with Qt and gojq.

Usage

~> echo '[{"name": "Mises"}, {"name": "Hayek"}, {"name": "Menger"}]' | jqview

~> echo '[{"name": "Mises"}, {"name": "Hayek"}, {"name": "Menger"}]' | jqview '.[].name'

~> echo '[{"name": "Mises"}, {"name": "Hayek"}, {"name": "Menger"}]' > names.json
~> jqview 'map(select(.name | startswith("M")))' names.json

Installation

Download from releases, or compile using instructions from this table.

View on GitHub
GitHub Stars370
CategoryProduct
Updated3mo ago
Forks9

Languages

Go

Security Score

82/100

Audited on Dec 31, 2025

No findings