GitHub - nwillc/gotimer: A simple terminal based digital timer for Pomodoro. (original) (raw)
A simple terminal based digital timer written in Go to use as a Pomodoro timer.
go install github.com/nwillc/gotimer@latest
$ ./gotimer -h A simple terminal based digital count down timer, may be used as a Pomodoro timer.
Usage: gotimer [flags]
Flags: -c, --color string Color of timer (default "orangered") -x, --exit Exit on completion -h, --help help for gotimer -s, --size string Font size to use (default "7") -t, --time string Time to count down (default "25m") -v, --version Display version