Plays a voice notification every 1, 5 and 15 minutes in your terminal. A simple bash script for linux.
Download the repository or clone it using git:
git clone https://github.com/juangarces/sound-timer.git
Run installation script inside directory:
./install.sh
That's it!
To get a voice notification every 1, 5 and 15 minutes run this new command in your terminal:
stimer start
Select time intervals. Example to get voice notification every 5 and 15 minutes:
stimer start 5 15
To get notification x seconds before time interval.
stimer start -a=10
To stop script:
stimer stop
To check the script's status:
stimer status
- Add translations.