NAME
litclock – display a clock using quotes from literature |
DESCRIPTION
Litclock will pull a quote from quotefile (defualt $home/lib/litclock.csv)
and display it in a large font on a colored background, highlighting
the part of the quote matching the current time, followed by the
work the quote is from and the work's author. Litclock will update
the display as the time progresses.
hhmm match message work author nsfw |
FILES
$home/lib/litclock.csv
|
SOURCE
http://a.9srv.net/src/litclock.c |
SEE ALSO
marquee(1), wordwrap(2)
|
BUGS
Owing to its origin from a web app, the original database uses
<br>–style line breaks. Modify the original like so: sed 's/\<br ?.?\>/\\n/g' < original > output |