Skip to content

Instantly share code, notes, and snippets.

@mathias
Forked from bashbunni/.zshrc
Last active October 4, 2023 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathias/01254657e68f07ad075203f5a2643fa9 to your computer and use it in GitHub Desktop.
Save mathias/01254657e68f07ad075203f5a2643fa9 to your computer and use it in GitHub Desktop.
CLI Pomodoro for Mac
# I'll be doing another one for Linux, but this one will give you
# a pop up notification and sound alert (using the built-in sounds for macOS)
# Requires https://github.com/caarlos0/timer to be installed
# Mac setup for pomo
alias work="timer 60m && osascript -e 'display notification \"☕\" with title \"Work Timer is up!\" subtitle \"Take a Break 😊\" sound name \"Crystal\"'"
alias rest="timer 10m && osascript -e 'display notification \"☕\" with title \"Break is over!\" subtitle \"Get back to work 😬\" sound name \"Crystal\"'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment