notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
qo TUI to query JSON/CSV/TSV with SQL
0.3.0 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: adamw@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-01-07 14:48:08
Last Update: 2026-01-18 06:17:17
Commit Hash: 5a13070
License: MIT
WWW:
https://github.com/kiki-ki/go-qo
Description:
qo is an interactive TUI to query structured data (JSON/CSV/TSV) using SQL (in particular, SQLite syntax). Results are updated in real-time. It ultimately works as a standard stdin-in/stdout-out CLI app, so it's essentially a normal piped app that (optionally) has interactivity. If you pass the query as an argument, it'll skip the TUI, but still let you query your data with SQL.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/qo
  2. /usr/local/share/licenses/qo-0.3.0/catalog.mk
  3. /usr/local/share/licenses/qo-0.3.0/LICENSE
  4. /usr/local/share/licenses/qo-0.3.0/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • qo>0:textproc/qo
To install the port:
cd /usr/ports/textproc/qo/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/qo
  • pkg install qo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: qo
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1768716822 SHA256 (go/textproc_qo/qo-v0.3.0/v0.3.0.mod) = ed2a63700f41f0c571993357c064e0505f939f2dab2d62814c7aee7662b43dc9 SIZE (go/textproc_qo/qo-v0.3.0/v0.3.0.mod) = 28636

Expand this list (2 items)

Collapse this list.

SHA256 (go/textproc_qo/qo-v0.3.0/v0.3.0.zip) = 7a48ccc60bd7f634730853101dc82b6ac58a252d3acf23cef1103d851919b78d SIZE (go/textproc_qo/qo-v0.3.0/v0.3.0.zip) = 758132

Collapse this list.


Packages (timestamps in pop-ups are UTC):
qo
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.00.3.0---n/an/an/a
FreeBSD:13:quarterly-0.2.7_1---n/an/an/a
FreeBSD:14:latest0.3.00.3.0------
FreeBSD:14:quarterly0.2.70.2.7_1------
FreeBSD:15:latest0.3.00.3.0n/a-n/an/a--
FreeBSD:15:quarterly0.2.7_10.2.7_1n/a-n/an/a--
FreeBSD:16:latest0.2.7_10.3.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go125 : lang/go125
Fetch dependencies:
  1. go125 : lang/go125
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_qo
USES:
go:1.25+,modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/kiki-ki/go-qo/@v/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.0
18 Jan 2026 06:17:17
commit hash: 5a13070efb96014cc5e8ebcfcc3547975f10467bcommit hash: 5a13070efb96014cc5e8ebcfcc3547975f10467bcommit hash: 5a13070efb96014cc5e8ebcfcc3547975f10467bcommit hash: 5a13070efb96014cc5e8ebcfcc3547975f10467b files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
textproc/qo: Update to 0.3.0
0.2.7_1
16 Jan 2026 17:27:39
commit hash: 9f4bc8d0b7b9d39ccc8b53cf25946d0458aeb1f1commit hash: 9f4bc8d0b7b9d39ccc8b53cf25946d0458aeb1f1commit hash: 9f4bc8d0b7b9d39ccc8b53cf25946d0458aeb1f1commit hash: 9f4bc8d0b7b9d39ccc8b53cf25946d0458aeb1f1 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.25.6
0.2.7
11 Jan 2026 03:50:14
commit hash: 54b8070ae56f3392967f63ba8f4140d7edcf8509commit hash: 54b8070ae56f3392967f63ba8f4140d7edcf8509commit hash: 54b8070ae56f3392967f63ba8f4140d7edcf8509commit hash: 54b8070ae56f3392967f63ba8f4140d7edcf8509 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
textproc/qo: Mark BROKEN on i386

vendor/modernc.org/libc/libc_freebsd.go:247:25: cannot use int64(off) (value of
type int64) as int32 value in assignment
vendor/modernc.org/libc/libc_freebsd.go:269:50: cannot use int64(off) (value of
type int64) as int32 value in assignment
vendor/modernc.org/libc/libc_freebsd.go:1638:17: invalid operation:
Uint64(Uint64FromInt32(-1)) / uint64(255) * size_t(c) (mismatched types uint64
and size_t)
vendor/modernc.org/libc/libc_freebsd.go:1639:192: invalid operation:
*(*uint64)(unsafe.Pointer(w)) ^ k (mismatched types uint64 and size_t)
vendor/modernc.org/libc/libc_freebsd.go:1658:42: cannot use &l1 (value of type
*size_t) as *uint64 value in argument to AssignUint64
vendor/modernc.org/libc/libc_freebsd.go:1658:47: cannot use
size_t((int64(X__strchrnul(tls, var1, '=')) - int64(var1)) / 1) (value of uint32
type size_t) as uint64 value in argument to AssignUint64
vendor/modernc.org/libc/libc_freebsd.go:1667:19: invalid operation: l1 + l2 +
uint64(2) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1673:48: invalid operation: l2 +
uint64(1) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1686:6: cannot use uint64(0) (constant 0
of type uint64) as size_t value in assignment
vendor/modernc.org/libc/libc_freebsd.go:1696:57: invalid operation: l +
uint64(1) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1696:57: too many errors
0.2.7
07 Jan 2026 14:47:10
commit hash: 7a37fde9850efbeafb9b16b79067b93269b07cf4commit hash: 7a37fde9850efbeafb9b16b79067b93269b07cf4commit hash: 7a37fde9850efbeafb9b16b79067b93269b07cf4commit hash: 7a37fde9850efbeafb9b16b79067b93269b07cf4 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
textproc/qo: Add port

qo is an interactive TUI to query structured data (JSON/CSV/TSV) using
SQL (in particular, SQLite syntax). Results are updated in real-time.

It ultimately works as a standard stdin-in/stdout-out CLI app, so it's
essentially a normal piped app that (optionally) has interactivity.

If you pass the query as an argument, it'll skip the TUI, but still
let you query your data with SQL.

Number of commits found: 4