Skip to content

Instantly share code, notes, and snippets.

@j-monteiro
Last active December 13, 2022 22:13
Show Gist options
  • Save j-monteiro/f73d11d20dc71ee53e4ba9f18a9c9bd4 to your computer and use it in GitHub Desktop.
Save j-monteiro/f73d11d20dc71ee53e4ba9f18a9c9bd4 to your computer and use it in GitHub Desktop.
Timer in terminal
brew install caarlos0/tap/timer
brew install terminal-notifier
brew install lolcat
# requires go dev env to exist on the machine
go get -u github.com/open-pomodoro/openpomodoro-cli/cmd/pomodorogo
alias work="echo 'we are working 🎅' | lolcat && timer 45m"
alias break="echo 'happy break time! ⛄' | lolcat && timer 10m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment