chevybowtie / cliclock

a simple cli clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cli clock

  • Compile with cc -lcurses (cc -I/usr/local/include -L/usr/local/lib -lcurses for FreeBSD)

  • Centered clock with seconds, 24h format

  • User can change fg color with -c or --color parameter

  • Use 'q' to quit

image

Fork of the tty-clock by xorg62.

About

a simple cli clock


Languages

Language:C 90.3%Language:Perl 9.7%