Update cheatsheets

This commit is contained in:
ivuorinen
2024-04-03 00:13:38 +00:00
parent 942e2489a7
commit 8f2c5085f9
5 changed files with 69 additions and 1 deletions

21
tldr/linux/cacaclock Normal file
View File

@@ -0,0 +1,21 @@
---
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}}`
- Change the format using an `strftime` format specification:
`cacaclock -d {{strftime_arguments}}`