Skip to content

nickbeee/vtclock

 
 

Repository files navigation

vtclock

vtclock is a text-terminal program that displays a large analog 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.

About

a giant text-mode clock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.2%
  • C++ 22.2%
  • Other 19.9%
  • Makefile 9.9%
  • Perl 2.8%