Skip to content

dse/vtclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01558d8 · Jul 9, 2024

History

89 Commits
Dec 29, 2016
Jul 9, 2024
Aug 16, 2012
Dec 3, 2004
Jul 9, 2024
Dec 29, 2016
Nov 5, 2002
Jan 21, 2019
Aug 29, 2005
Oct 31, 2002
Oct 31, 2002
Oct 31, 2002
Oct 31, 2002
Feb 16, 2004
Feb 22, 2005
Feb 22, 2005
Jul 9, 2024
Jul 9, 2024

Repository files navigation

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.