Go back to main site
OpenQCE

tbclock is a dirty little app that displays a full screen binary clock in your terminal (using curses). It is quite simple and features modules like "guessbin" a little time guessing game and "chrono" an accurate timer with tenth of seconds.

screenshots

installation

In any situation, you will need ncurses and its headers (libncurses5-dev for Debian). Then, the procedure is quite simple :

./configure
make
make install


FreeBSD users can simply type "pkg_add tbclock" thanks to the work of Andrew Pantyukhin (sat at FreeBSD). Thanks Andrew!

thanks

download

Latest tarball: tbclock-1.10.tar.gz (12357 bytes)
Changelog: Changelog.txt
MD5 (tbclock-1.10.tar.gz) = 0a0b499120603776a05daf283d18cb38

Last Update: 2007-02-28 12:47:35Z
Bertrand Janin <tamentis@neopulsar.org>
Powered by Python and OpenBSD