experimental cli for launching quak from the command line. not officially distributed.
quak ./path/to/data.parquet
when the webview is closed, the SQL query is printed to stdout, allowing composition within unix pipelines:
quak data.parquet | xargs -0 duckdb -json -c | jq
Warning
Unofficial, install from source. Expect breaking changes.
From the root of the repository:
cargo install --path=./cli --locked
Or, if you want to install the binary without cloning the repository:
cargo install --git=https://github.com/manzt/quak --branch=main --root=cli --locked quak
cargo run -- ./path/to/data.parquet