covid_tracker

Crates.iocovid_tracker
lib.rscovid_tracker
version0.1.2
sourcesrc
created_at2022-10-16 15:59:54.285811
updated_at2023-07-26 00:12:31.133019
descriptionSimple little CLI tool to get the current Covid information from https://www.worldometer.info
homepagehttps://github.com/DutchRican/covid_tracker
repositoryhttps://github.com/DutchRican/covid_tracker
max_upload_size
id689513
size64,613
(DutchRican)

documentation

README

Covid Tracker

Collecting information from worldometers

How to use

  • install with cargo install covid_tracker

help:
covid_tracker -h


Options:
  -n, --count <COUNT>  Number of rows to show [default: 1000]
  -w, --world-stats    Should the world stats be excluded
  -f, --show_full      Show full or only totals [default: false]
  -h, --help           Print help information
  -V, --version        Print version information

This will output a CLI table like this:

Output Example

Commit count: 9

cargo fmt