You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jeremie Francois (on omega) 08f457257b Allow external locale (github #66) 5 years ago
.gitignore Removing folder 13 years ago
LICENSE update and fix copyright years 8 years ago
Makefile Makefile: fix uneven indentation 6 years ago
README Fix mixed indents and trailing whitespace (#56) 8 years ago
tty-clock.1 Fix mixed indents and trailing whitespace (#56) 8 years ago
ttyclock.c Allow external locale (github #66) 5 years ago
ttyclock.h Allow external locale (github #66) 5 years ago

README

usage : tty-clock [-iuvsScbtrahDBxn] [-C [0-7]] [-f format] [-d delay] [-a nsdelay] [-T tty]
-s Show seconds
-S Screensaver mode
-x Show box
-c Set the clock at the center of the terminal
-C [0-7] Set the clock color
-b Use bold colors
-t Set the hour in 12h format
-u Use UTC time
-T tty Display the clock on the specified terminal
-r Do rebound the clock
-f format Set the date format
-n Don't quit on keypress
-v Show tty-clock version
-i Show some info about tty-clock
-h Show this page
-D Hide date
-B Enable blinking colon
-d delay Set the delay between two redraws of the clock. Default 1s.
-a nsdelay Additional delay between two redraws in nanoseconds. Default 0ns.