You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a desktop notification is sent (only for the following operating systems*)
GNU/Linux using libnotifynotify-send
copy clock.png into the application directory to display a clock icon in the notification
OS X 10.9+ using AppleScriptdisplay notification
P to pause
CTRL+C to exit
*see notifize package for more information on desktop notification support for other operating systems
installation
download 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
usage instructions
timezilla [minutes] minutes specified in fractional minutes
if no minutes specified, timer will default to 25 minutes (pomodoro standard)
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
inspiration
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.