rsClock is a simple terminal clock.
Now this project is active again. I'll add new features in the future.
From Crates.io :
unix@weeb:~$ cargo install rsclock
From GitHub :
unix@weeb:~$ git clone https://github.com/valebes/rsClock
unix@weeb:~$ cd rsClock
unix@weeb:~$ cargo build --release
unix@weeb:~$ ./target/release/rsclock
unix@weeb:~$ usage : rsclock
-s Set custom symbol
-S Display seconds
-T Display only time
-D Display only date
-f Set foreground color [0-255] (Ansi value)
-b Set background color [0-255] (Ansi value)
-u Use 12-hour format (blocky AM/PM)
-U Use 12-hour format (dateline AM/PM)
-d Debug mode
-c Center the clock
-v Show rsClock version
-h Display this message
-o Print once, then exit
Use "+" and "-" to change foreground color.
Use "." and "," to change background color.
Use "q" to quit the program.