jq inspired (and gojq dependent) interoperable config format transcoder with interactive querying.
qq is a interoperable configuration format transcoder with jq query syntax powered by gojq. qq is multi modal, and can be used as a replacement for jq or be interacted with via a repl with autocomplete and realtime rendering preview for building queries.
qq is a interoperable configuration format transcoder with jq query syntax powered by gojq. qq is multi modal, and can be used as a replacement for jq or be interacted with via a repl with autocomplete and realtime rendering preview for building queries.
To install qq, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qq
To see what files were installed by qq, run:
port contents qq
To later upgrade qq, run:
sudo port selfupdate && sudo port upgrade qq
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.