A cli written in golang which extracts the current incidence of the cities homepage.
go install github.com/baerla/inzidenz-cli@latest
echo 'export COVID_INCIDENCE_CONFIG="$HOME/.inzidenz.json"' >> ~/.zshrc
inzidenz-cli add <name> <url of the webpage containing the incidence value>
inzidenz-cli get
inzidenz-cli get <name>
inzidenz-cli get <name> <url of the webpage containing the incidence value>