rsClock is a simple terminal clock.
Now is in active development, I'll add new features in the future.
From Crates.io :
console
unix@weeb:~$ cargo install rsclock
From GitHub :
console
unix@weeb:~$ git clone https://github.com/valebes/rsClock
unix@weeb:~$ cd rsClock
unix@weeb:~$ cargo build --release
unix@weeb:~$ ./target/release/rsclock
console
unix@weeb:~$ usage : rsclock
-s Set custom symbol
-f Set foreground color [0-255] (Ansi value)
-b Set background color [0-255] (Ansi value)
-d Debug mode
-c Center clock
-v Show rsClock version
-h Display this message
Use "+" and "-" to change foreground color.
Use "." and "," to change background color.
Use "q" to quit the program.