Skip to content

Instantly share code, notes, and snippets.

@maxweber
Created October 19, 2015 09:21
Show Gist options
  • Save maxweber/585d35e93167b765a742 to your computer and use it in GitHub Desktop.
Save maxweber/585d35e93167b765a742 to your computer and use it in GitHub Desktop.
A very plain pomodoro timer (only for Mac)
#!/bin/bash
# 25 minutes
sleep 1500 && osascript -e 'tell app "System Events" to display dialog "Pomodoro: 25 minutes are over"' &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment