a simple timer for the console/terminal
https://github.com/ctcpip/timezilla.git
a simple timer for the console/terminal
notify-senddisplay notificationdownload the binary for your platform from the releases page
alternately, to build from source, install this Go application with go install github.com/ctcpip/timezilla@latest
timezilla [minutes] minutes specified in fractional minutes if no minutes specified, timer will default to 25 minutes (pomodoro standard)
~~~ sh timezilla # default 25 minute timer
timezilla .5 # 30 second timer timezilla 1 # 1 minute timer timezilla 2.5 # 2 minute, 30 second timer timezilla 5 # 5 minute timer timezilla 10.1 # 10 minute, six second timer ~~~
I started this project to provide a simple timer for use with the pomodoro technique, a time management method. this application is written in Go / golang.
this project uses...