vtclock is a text-terminal program that displays a large digital clock.
It has lots of fancy display options.
sudo apt-get install libncurses5-dev make gcc
make
sudo make install
- handle window size change
- Use figlet font files
- do nifty transition effects on the digits (scrolling, xdaliclock type thing)
- accept user supplied date formats
- analog mode
- multi-terminal mode
NOTE: A lot of this was from Robert Hoeft's original TODO.