Skip to content

Instantly share code, notes, and snippets.

@crittermike
Last active May 24, 2017 13:36
Show Gist options
  • Save crittermike/53c7cf27b3de121920de66f328f328b7 to your computer and use it in GitHub Desktop.
Save crittermike/53c7cf27b3de121920de66f328f328b7 to your computer and use it in GitHub Desktop.
Cron tasks for Pomodoro spoken reminders on macOS
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"
@crittermike
Copy link
Author

crittermike commented Jan 26, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment