A simple timer designed to work on Mac OS.
This repository is accepting pull requests for Hacktoberfest22 (#hacktoberfest
). Please fork this repostiory and send in your contributions. Additionally, please follow the official guidelines as given here when submitting your pull requests. And don't forget to tag your pull requests with the label "Hacktoberfest" when submitting!
Less yacking, and more hacking!
- Clone this repository in any folder of your choosing.
- Navigate to the folder where you cloned this repository.
- Set the timer as follows:
bash timer 25
will set the timer for 25 minutes.
bash timer 60
will set the timer for an hour, and so on.
At the end of the timer:
- A notification banner will be displayed
- A chime will sound
- A computer-generated voice will read out "The timer is up, take a break!" or however you customize the message (see the Customization section below)
Remember to mute your audio if you're in a quiet environment.
Demo:
- Run the command
bash setup.sh
. - Enter the command you wish to have announced.
- Press Return/Enter.
- The next time the timer is run, your custom command will be announced.