diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-27 22:45:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-27 22:45:30 +0100 |
commit | ea312c461f7c88be44c055b75a061daae06302f7 (patch) | |
tree | 80ea7340dfba4b7d8c091eab39f7f937aa12c85b | |
parent | change license (diff) | |
download | mongotimer-ea312c461f7c88be44c055b75a061daae06302f7.tar.gz mongotimer-ea312c461f7c88be44c055b75a061daae06302f7.tar.bz2 mongotimer-ea312c461f7c88be44c055b75a061daae06302f7.tar.xz |
improve readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | README | 46 |
1 files changed, 33 insertions, 13 deletions
@@ -1,18 +1,38 @@ -Just a humongous clock for the terminal +NAME + mongoclock - Just a humongous clock for the terminal -Type mongoclock in the terminal and it will either, -depending on the terminal size, show the time HH:MM -or HH:MM:SS with humongous digits. +SYNOPSIS + mongoclock -If the terminal is too small, it will not run. +DESCRIPTION + Type mongoclock in the terminal and it will either, + depending on the terminal size, show the time HH:MM + or HH:MM:SS with humongous digits. + If the terminal is too small, it will not run. -mongoclock 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. ☺ + mongoclock 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. ☺ +RATIONALE + It is really nice to have a large clock on your + computer, instead of a small clock somewhere in + your room, when your are sleeping. It is also + nice to have a glansable clock available on your + netbook for when you need to keep track of the + time but are not working on a computer. + Pocket-watches are just too much work to getting + up, opening, closing, and putting down, and you + would not like to forget it when you leave if + you are in a public place. + +SEE ALSO + watch(1) + + Full documentation available locally via: info '(mongoclock)' |