mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 00:51:29 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Display a cute cow and message on your Linux desktop.
|
||||
> The cow is displayed for either a fixed amount of time, or an amount of time calculated from the size of the text. Click on the cow to dismiss it immediately.
|
||||
> More information: <https://www.doof.me.uk/xcowsay/>.
|
||||
> More information: <https://manned.org/xcowsay>.
|
||||
|
||||
- Display a cow saying "hello, world":
|
||||
|
||||
@@ -19,11 +19,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display a cow at the specified X and Y coordinates:
|
||||
|
||||
`xcowsay --at={{X}},{{Y}}`
|
||||
`xcowsay --at {{X}},{{Y}}`
|
||||
|
||||
- Display a different sized cow:
|
||||
|
||||
`xcowsay --cow-size={{small|med|large}}`
|
||||
`xcowsay --cow-size {{small|med|large}}`
|
||||
|
||||
- Display a thought bubble instead of a speech bubble:
|
||||
|
||||
@@ -31,4 +31,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display a different image instead of the default cow:
|
||||
|
||||
`xcowsay --image={{path/to/file}}`
|
||||
`xcowsay --image {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user