Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -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: