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)

INSTALL

sudo apt install caca-utils
sudo dnf install caca-utils
sudo apk add libcaca-apps
sudo zypper install caca-utils

SEE ALSO

cacademo(1), cacafire(1), cacaview(1)

RESOURCES

Source code