tty-clock: add page (#21412)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
NEXNC
2026-03-17 06:49:20 +05:30
committed by GitHub
parent ad7886071d
commit b3896e9e54
+28
View File
@@ -0,0 +1,28 @@
# tty-clock
> A customizable terminal-based digital clock.
> More information: <https://github.com/xorg62/tty-clock>.
- Start the clock in the center of the terminal:
`tty-clock -c`
- Enable the display of seconds:
`tty-clock -s`
- Set the color of the clock using a color code (0-7):
`tty-clock -C {{color_number}}`
- Use a custom date format (strftime format):
`tty-clock -f "{{%A, %B %d}}"`
- Set a custom refresh delay in seconds (default is 1):
`tty-clock -d {{seconds}}`
- Exit the clock (while running):
`<q>`