Dead Simple CLI Tea Timer written in Go
Start a Tea timer and display a notification on your desktop ! Work with Windows, MacOS, Linux !
In a terminal :
go get github.com/PPACI/gotea
Download gotea and put the binary file on your path.
Just start the timer you want :
gotea black
or maybe, for 15 minutes timer (why not ?)
gotea custom 15
Easily create timer for your tea, using a CLI !
Usage:
gotea [command]
Available Commands:
black 4 minutes
custom custom timer
darjeeling 3 minutes
green 3 minutes
help Help about any command
oolong 4 minutes
tisane 6 minutes
white 2 minutes
Flags:
-h, --help help for gotea
Use "gotea [command] --help" for more information about a command.