# quai
Interactive [Quarb][quarb] — a session REPL where every line becomes a
reusable query.
```bash
cargo install quai
quai data.json
```
`quai` opens a session over one or more sources and holds it. Each
line you run is labelled `&1`, `&2`, … — and every label is a
reusable *macro*: not the printed value, but the *query* that produced
it, ready to continue through the pipe. It is the notebook loop, cell
by cell, except a cell is a path into your data.
```
&1 /teams/*/members/*
/teams/0/members/0 ⋮ (every member, across all teams, one path)