Jq inspired config format transcoder with interactive querying
qq is a versatile terminal tool inspired by jq and fq, enabling querying and transcoding across various configuration formats. It supports interactive query building with autocomplete and real-time previews. Despite its broad functionality, qq maintains competitive performance with specialized tools.
amd64 arm64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install qq
Snippets
Download URLs
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for qq are versioned here.
Click here to see qq ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/qq/ops2deb.yml
name: qq
matrix:
architectures:
- amd64
- arm64
versions:
- 0.2.3
homepage: https://github.com/JFryy/qq
summary: jq inspired config format transcoder with interactive querying
description: |-
qq is a versatile terminal tool inspired by jq and fq, enabling querying and
transcoding across various configuration formats. It supports interactive query
building with autocomplete and real-time previews. Despite its broad
functionality, qq maintains competitive performance with specialized
tools.
fetch: https://github.com/JFryy/qq/releases/download/v{{version}}/qq-v{{version}}-linux-{{arch}}.tar.gz
install:
- qq:/usr/bin/
The blueprint fetch
keyword contains a URL template pointing to qq releases. Downloaded files are locked in a lockfile versioned here.
Click here to see qq release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/qq/ops2deb.lock.yml
- url: https://github.com/JFryy/qq/releases/download/v0.2.3/qq-v0.2.3-linux-amd64.tar.gz
sha256: 21698c1f6010ad7cd1d0b60424cf7de258243773975fb6acbbb0d27d199c6da1
timestamp: 2024-12-22 19:09:33+00:00
- url: https://github.com/JFryy/qq/releases/download/v0.2.3/qq-v0.2.3-linux-arm64.tar.gz
sha256: 0816667e77c1a551c6c08d116ea13d906dda85a9690697eab3aeef92f0dc5641
timestamp: 2024-12-22 19:09:33+00:00