A terminal based fast and optimized live cricket score viewer.
- Should support any Linux distro(if not, please open an issue).
- Windows.
- MacOS(Not tested).
- Download the binary for your OS from releases.
- Install directly from the repository -
- Prerequisites:
rust
andcargo
git clone
this repository.cargo install --path .
should install the binary. Make sure$HOME/.cargo/bin
is in your$PATH
variable.
- Prerequisites:
Fast and optimized live cricket score viewer in the terminal
Usage: cricket-rs [OPTIONS]
Options:
-t, --tick-rate <MILLISECONDS> Sets match details refresh rate [default: 40000]
-m, --match-id <ID> ID of the match to follow live [default: 0]
-h, --help Print help information
-V, --version Print version information
- For Windows Users - I suggest using Windows Terminal and Powershell.
- How to get the match ID -
- Go to the cricbuzz page showing the match live.
- From the URL of the page extract the match ID.
- Example URL -
https://www.cricbuzz.com/live-cricket-scores/<match-id>/series-name...
. - Then run the CLI using the match ID -
cricket-rs -m <match-id>
.
Key | Description |
---|---|
↑ | Scroll scorecard up |
↓ | Scroll scorecard down |
← & → | Switch tabs/matches |
Ctrl + C or q | Quit |
Take a look at the guide.
MIT License