Files
cheatsheet-tldr/tldr/linux/cacaclock
2025-04-20 00:20:58 +00:00

22 lines
425 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# cacaclock
> Display the current time as ASCII art.
> More information: <https://packages.debian.org/sid/caca-utils>.
- Display the time:
`cacaclock`
- Change the font:
`cacaclock {{[-f|--font]}} {{font}}`
- Change the format using an `strftime` format specification:
`cacaclock {{[-d|--dateformat]}} {{strftime_arguments}}`