qo
Interactive minimalist TUI to query JSON and CSV using SQL
TLDR
Query a JSON file interactively
$ cat [file.json] | qo
Query a CSV file interactively$ cat [file.csv] | qo
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.

