1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 05:35:23 +02:00

cacafire, cacaview, cacademo, cacaclock: add pages (#12569)

* cacafire, cacaview, cacademo, cacaclock: add pages

---------

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
MIfoodie 2024-04-02 01:33:29 -04:00 committed by GitHub
parent 4d6c360b1a
commit 060b83df0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 40 additions and 0 deletions

16
pages/linux/cacaclock.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`

8
pages/linux/cacademo.md Normal file
View file

@ -0,0 +1,8 @@
# cacademo
> Display a random ASCII art animation.
> More information: <https://packages.debian.org/sid/caca-utils>.
- View an animation:
`cacademo`

8
pages/linux/cacafire.md Normal file
View file

@ -0,0 +1,8 @@
# cacafire
> Display an animated ASCII fire.
> More information: <https://packages.debian.org/sid/caca-utils>.
- Display the ASCII fire:
`cacafire`

8
pages/linux/cacaview.md Normal file
View file

@ -0,0 +1,8 @@
# cacaview
> Display an image in PMN format.
> More information: <https://packages.debian.org/sid/caca-utils>.
- Display an image:
`cacaview {{path/to/image}}`