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
@@ -15,8 +16,10 @@ a simple timer for the console/terminal
15
16
1. the terminal bell will ring _(every 30 seconds)_
16
17
1. a desktop notification is sent _(only for the following operating systems*)_
17
18
*__GNU/Linux__ using _libnotify_`notify-send`
19
+
* copy [clock.png](http://github.com/ctcpip/timezilla/blob/master/clock.png) into the application directory to display a clock icon in the notification
18
20
*__OS X 10.9+__ using _AppleScript_`display notification`
19
-
* use CTRL+C to exit
21
+
* P to pause
22
+
* CTRL+C to exit
20
23
21
24
\*see [notifize](http://github.com/ctcpip/notifize) package for more information on desktop notification support for other operating systems
22
25
@@ -44,7 +47,7 @@ timezilla 10.1 # 10 minute, six second timer
44
47
45
48
### inspiration
46
49
47
-
I started this project to provide a simple timer for use with the [pomodoro technique](http://en.wikipedia.org/wiki/Pomodoro_Technique), a time management method.
50
+
I started this project to provide a simple timer for use with the [pomodoro technique](http://en.wikipedia.org/wiki/Pomodoro_Technique), a time management method. this application is written in Go / golang.
0 commit comments