mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
425 B
Plaintext
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}}`
|