Skip to content

Instantly share code, notes, and snippets.

@timotheos
Last active May 26, 2017 04:14
Show Gist options
  • Save timotheos/27eae97b4e5c0d7b4fd57fff3b5f042d to your computer and use it in GitHub Desktop.
Save timotheos/27eae97b4e5c0d7b4fd57fff3b5f042d to your computer and use it in GitHub Desktop.
pomodoro on terminal

sleep 1500 && gedit -b; sleep 60 && killall gedit

sleep 1500 && notify-send break

sleep 1500 && osascript -e "display notification "Break time. Remember not to do anything related to the project and just relax" with title "Pomodoro""

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