A Pomodoro timer done in Golang that uses OS X Notification Center to alert the user.
$ go get -u github.com/albertogg/gomodoroGomodoro responds to simple arguments in the command line, such as: pomodoros
work intervals [-p], short brake intervals [-s], large brake intervals [-l]
and a maximum number of runs before the program shuts down, called runs [-r].
To view this options just: gomodoro --help
Each option flag has a default value:
-pPomodoro work interval is set to 25 minutes.-sShort break interval is set to 5 minutes.-lLarge break interval is set to 30 minutes.-rPomodoro runs interval is set to 4 runs.
To modify every default value:
$ gomodoro -p 30 -s 10 -l 25It's pretty simple.
MIT License