diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-07 00:24:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-07 00:24:39 +0100 |
commit | 68dd947b82c6508cb72558130759c9eb2480f1eb (patch) | |
tree | 519b32f07c9f46d48849acb88c6687ecb28db12b /mongotimer.1 | |
parent | Add posix time support (diff) | |
download | mongotimer-68dd947b82c6508cb72558130759c9eb2480f1eb.tar.gz mongotimer-68dd947b82c6508cb72558130759c9eb2480f1eb.tar.bz2 mongotimer-68dd947b82c6508cb72558130759c9eb2480f1eb.tar.xz |
Fork mongoclock and turn into a timer and stopwatch
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mongotimer.1')
-rw-r--r-- | mongotimer.1 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/mongotimer.1 b/mongotimer.1 new file mode 100644 index 0000000..7067e68 --- /dev/null +++ b/mongotimer.1 @@ -0,0 +1,46 @@ +.TH MONGOTIMER 1 MONGOTIMER +.SH NAME +mongotimer - A humongous timer or stopwatch for the terminal +.SH SYNOPSIS +.BR mongotimer +[[-e] +.RI [[ hh\fB: ] mm\fB: ] ss ] +.SH DESCRIPTION +.B mongotimer +will, if no arguments are specified, simply +display time since it started. If a time is +specified, it will count down from that time. +.PP +Pressing space will pause the timer/stopwatch, +and the time be displayed in yellow will paused. +Pressing space again will unpause the +timer/stopwatch. +.PP +.B 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- or +alarm-clock. If the font is not big enough for +your (or if it is too large,) just change the +font size on your terminal. If it is not the +right colour for you, simply change the font +colour on your terminal +.SH OPTIONS +The +.B cp +utility shall conform to the Base Definitions +volume of POSIX.1-2008, +.IR "Section 12.2, Utility Syntax Guidelines" . +.PP +The following options shall be supported: +.TP +.B -e +Exit with status 0 when the timer reaches 0. +If not specified, the timer will continue +into negative times but with a red font. +.SH "SEE ALSO" +.BR mongoclock (1) +.BR watch (1) +.SH AUTHORS +Mattias Andrée +.RI < maandree@kth.se > |