Skip to content

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

quak-cli

experimental cli for launching quak from the command line. not officially distributed.

usage

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

install

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

development

cargo run -- ./path/to/data.parquet