mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 20:47:03 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/cacaclock
Normal file
21
tldr/linux/cacaclock
Normal 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}}`
|
||||
13
tldr/linux/cacademo
Normal file
13
tldr/linux/cacademo
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cacademo
|
||||
|
||||
> Display a random ASCII art animation.
|
||||
> More information: <https://packages.debian.org/sid/caca-utils>.
|
||||
|
||||
- View an animation:
|
||||
|
||||
`cacademo`
|
||||
13
tldr/linux/cacafire
Normal file
13
tldr/linux/cacafire
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cacafire
|
||||
|
||||
> Display an animated ASCII fire.
|
||||
> More information: <https://packages.debian.org/sid/caca-utils>.
|
||||
|
||||
- Display the ASCII fire:
|
||||
|
||||
`cacafire`
|
||||
13
tldr/linux/cacaview
Normal file
13
tldr/linux/cacaview
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cacaview
|
||||
|
||||
> Display an image in PMN format.
|
||||
> More information: <https://packages.debian.org/sid/caca-utils>.
|
||||
|
||||
- Display an image:
|
||||
|
||||
`cacaview {{path/to/image}}`
|
||||
Reference in New Issue
Block a user