Whiterose is a script that tells you the time out loud. It's inspired by the idea of Whiterose, the Mr. Robot character whose watch beeps every minute in order to manage time.
Mac OS has sort of this functionality, but I wanted this functionality on linux, hence the script.
- ali @ponentesincausa
Put it in a crontab to taste and enjoy 🍺
Crontab example, Whiterose style:
* * * * * /path/to/file/time.sh
Bash 4 is not available for Mac OS. You can use Oh my zsh and modify your paths accordingly.
Special thanks to @categulario for directing the Crontab part