Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

33
cowsay Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# cowsay
> Print ASCII art (by default a cow) saying or thinking something.
> More information: <https://github.com/tnalpgge/rank-amateur-cowsay>.
- Print an ASCII cow saying "hello, world":
`cowsay "{{hello, world}}"`
- Print an ASCII cow saying text from `stdin`:
`echo "{{hello, world}}" | cowsay`
- List all available art types:
`cowsay -l`
- Print the specified ASCII art saying "hello, world":
`cowsay -f {{art}} "{{hello, world}}"`
- Print a dead thinking ASCII cow:
`cowthink -d "{{I'm just a cow, not a great thinker...}}"`
- Print an ASCII cow with custom eyes saying "hello, world":
`cowsay -e {{characters}} "{{hello, world}}"`