cacaclock
Display time as ASCII art in the terminal
TLDR
Display the time as ASCII art
$ cacaclock
Change the font$ cacaclock -f [font]
Change the time format$ cacaclock -d "[strftime_arguments]"
SYNOPSIS
cacaclock [options]
DESCRIPTION
cacaclock displays the current time as ASCII art in the terminal using the libcaca library. It provides a visually distinctive clock display using text characters.
The display format can be customized using strftime format specifiers.
PARAMETERS
-f, --font font
Use specified font for display-d, --dateformat format
Time format using strftime specifiers (e.g., %H:%M:%S)
