diff options
| author | Mattias Andrée <m@maandree.se> | 2025-05-24 20:59:10 +0200 | 
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-05-24 20:59:10 +0200 | 
| commit | ca989b878262072881647bcd638b693600c32407 (patch) | |
| tree | 087106b59b2be1e484d163c9e25c444fdf88cd45 | |
| parent | Reset when r is pressed (diff) | |
| download | mongotimer-master.tar.gz mongotimer-master.tar.bz2 mongotimer-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | mongotimer.1 | 4 | 
2 files changed, 6 insertions, 0 deletions
| @@ -16,6 +16,8 @@ DESCRIPTION  	Pressing r will restart the timer/stopwatch. +	Pressing q exits the application. +  	mongotimer is designed to be fit on most screens  	and be readable from all practical distances, so  	that it can be used in place of a standard wall- diff --git a/mongotimer.1 b/mongotimer.1 index fa5be0e..ae76660 100644 --- a/mongotimer.1 +++ b/mongotimer.1 @@ -20,6 +20,10 @@ Pressing  .B r  will restart the timer/stopwatch.  .PP +Pressing +.B q +exits the application. +.PP  .B mongotimer  is designed to be fit on most screens and be  readable from all practical distances, so that | 
