For Wisconsin custurd lovers, a simple web scraper written in Rust to get the flavors of the day.
Run:
$ kopps
// Output:
__TODAY__
🍦 Chocolate Peanut Butter Chocolate
🍦 Strawberry Rhubarb Pie
__TOMORROW__
🍦 Mint Chip
🍦 Twisted Turtle
Build the release binary:
cargo build --release
Symlink the binary to your PATH:
sudo ln -s /User/<..>/kopps/target/release/kopps