Tomato is a simple pomodoro timer built using Go.
After building, run the tomato
command.
By default tomato will start a timer for 30 minutes. After the timer has expired the screen (terminal) will flash and exit.
To change the duration of the timer use the time flag with a duration string e.g. 30m, 1h or 90s etc.
tomato -time 5m
- Add repeats and interval