mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 05:57:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,19 +14,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display a message with inverted colors:
|
||||
|
||||
`sm -i "{{Hello World!}}"`
|
||||
`sm {{[-i|--invert]}} "{{Hello World!}}"`
|
||||
|
||||
- Display a message with a custom foreground color:
|
||||
|
||||
`sm -f {{blue}} "{{Hello World!}}"`
|
||||
`sm {{[-f|--foreground]}} {{blue}} "{{Hello World!}}"`
|
||||
|
||||
- Display a message with a custom background color:
|
||||
|
||||
`sm -b {{#008888}} "{{Hello World!}}"`
|
||||
`sm {{[-b|--background]}} {{#008888}} "{{Hello World!}}"`
|
||||
|
||||
- Display a message rotated 3 times (in steps of 90 degrees, counterclockwise):
|
||||
|
||||
`sm -r {{3}} "{{Hello World!}}"`
|
||||
`sm {{[-r|--rotate]}} {{3}} "{{Hello World!}}"`
|
||||
|
||||
- Display a message using the output from another command:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user