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:
parent
4d6c360b1a
commit
060b83df0f
4 changed files with 40 additions and 0 deletions
16
pages/linux/cacaclock.md
Normal file
16
pages/linux/cacaclock.md
Normal 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
8
pages/linux/cacademo.md
Normal 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
8
pages/linux/cacafire.md
Normal 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
8
pages/linux/cacaview.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue