Crates.io | buli |
lib.rs | buli |
version | 0.1.1 |
source | src |
created_at | 2022-10-27 22:15:08.447241 |
updated_at | 2022-11-07 22:16:52.827611 |
description | Show Bundesliga results on the command line. |
homepage | https://github.com/dernatsch/buli |
repository | https://github.com/dernatsch/buli |
max_upload_size | |
id | 699831 |
size | 21,049 |
buli is a command line tool that shows results for the Fußball Bundesliga on the command line. Currently it can show the results for the current matchday and the curent table standings.
To install run:
cargo install buli
buli
to show the table or buli -d
for the current matchday.
You can also use buli -h
for help.
Version 0.1.1: Move from reqwest to ureq which saves a little binary size and a lot in build time and dependencies.