Live cricket scores in your terminal.
pip install criclive
git clone https://github.com/aktech/criclive.git
cd criclive
pixi install
criclive
| Flag | Description |
|---|---|
--json |
Output scores as JSON |
--interval N |
Auto-refresh interval in seconds (default: 5) |
| Key | Action |
|---|---|
/ |
Filter matches by team, series, or format |
Esc |
Clear filter |
r |
Refresh scores |
q |
Quit |
Click on a match to expand detailed view with venue, full team names, and status.
criclive-plain
git clone https://github.com/aktech/criclive.git
cd criclive
pixi install
pixi run start # run criclive
pixi run test # run testsUse GitHub's Pull request/issues feature for all contributions.
MIT