Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created February 2, 2022 21:59
Show Gist options
  • Save peteristhegreat/ce17da1dcde410ae99c86557ae7ac992 to your computer and use it in GitHub Desktop.
Save peteristhegreat/ce17da1dcde410ae99c86557ae7ac992 to your computer and use it in GitHub Desktop.
Countdown timer for RPI

Countdown timer for RPI

Similar to what is posted here:

https://computingforgeeks.com/best-countdown-timer-app-for-linux/

wget https://github.com/antonmedv/countdown/releases/download/v1.0.0/countdown_linux_arm -O countdown
chmod +x countdown
sudo mv countdown /usr/local/bin

The main change is which build to use.

countdown 20m

                             ██╗ █████╗    ███████╗ ██████╗
                            ███║██╔══██╗██╗██╔════╝██╔════╝
                            ╚██║╚██████║╚═╝███████╗███████╗
                             ██║ ╚═══██║██╗╚════██║██╔═══██╗
                             ██║ █████╔╝╚═╝███████║╚██████╔╝
                             ╚═╝ ╚════╝    ╚══════╝ ╚═════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment