Last active
May 24, 2017 13:36
-
-
Save crittermike/53c7cf27b3de121920de66f328f328b7 to your computer and use it in GitHub Desktop.
Cron tasks for Pomodoro spoken reminders on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25,55 8-16 * * 1-5 say -v Amelie "take a break" | |
00,30 8-16 * * 1-5 say -v Anna "back to work stupid" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're unfamiliar with crons, just type
crontab -e
and paste these in, then save the file.If you get an error about the status code being 1, then run
export EDITOR=vim
first.