tty-clock - En klocka för terminalen
20 September 2017
Jag hittade en trevlig liten klocka för terminalen häromdagen. Den använder sig av Ncurses och kan vara ett trevligt alternativ för se om kanske inte kör med en panel.
Det finns en hel del inställningar att välja mellan också.
>> tty-clock -help -- INSERT --
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.
Installation
Innan du börjar behöver du installera git
och ncurses
om du inte redan har dessa paket. Ladda sedan hem källkoden via git:
git clone https://github.com/xorg62/tty-clock
Ställ dig i mappen, kompilera och installera tty-clock:
$ cd tty-clock
$ make
# make install
Du kan sedan köra programmet i din terminal med kommandot tty-clock
.