/vtclock

a giant text-mode clock

Primary LanguageCGNU General Public License v2.0GPL-2.0

vtclock

vtclock is a text-terminal program that displays a large digital clock.

It has lots of fancy display options.

Compilation

Prerequisites

Ubuntu/Debian

sudo apt-get install libncurses5-dev make gcc

How To Compile

make
sudo make install

More Information

Source Code

Stuff To Do

  • 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.