LinuxCommandLibrary

cacaclock

Display time as ASCII art in the terminal

TLDR

Display the time as ASCII art

$ cacaclock
copy
Change the font
$ cacaclock -f [font]
copy
Change the time format
$ cacaclock -d "[strftime_arguments]"
copy

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)

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community