LinuxCommandLibrary

qo

Interactive minimalist TUI to query JSON and CSV using SQL

TLDR

Query a JSON file interactively
$ cat [file.json] | qo
copy
Query a CSV file interactively
$ cat [file.csv] | qo
copy

SYNOPSIS

command | qo [options]

DESCRIPTION

qo is an interactive minimalist TUI for querying JSON and CSV data using SQL. It reads data from standard input via pipes and provides an interactive interface for exploring structured data with SQL queries.

HISTORY

qo was created by kiki-ki and is written in Go.

SEE ALSO

jq(1), qq(1), sqlite3(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard