1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 15:15:35 +02:00
tldr/pages/linux/sm.md
Managor ae436c1b00
linux/*: add option placeholders (#16192)
* batch1

* batch2

* batch3

* batch4

* Update matchpathcon.md

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-04-19 21:21:53 +00:00

28 lines
702 B
Markdown

# sm
> Display a short message fullscreen.
> More information: <https://github.com/nomeata/screen-message>.
- Display a message in full-screen:
`sm "{{Hello World!}}"`
- Display a message with inverted colors:
`sm {{[-i|--invert]}} "{{Hello World!}}"`
- Display a message with a custom foreground color:
`sm {{[-f|--foreground]}} {{blue}} "{{Hello World!}}"`
- Display a message with a custom background color:
`sm {{[-b|--background]}} {{#008888}} "{{Hello World!}}"`
- Display a message rotated 3 times (in steps of 90 degrees, counterclockwise):
`sm {{[-r|--rotate]}} {{3}} "{{Hello World!}}"`
- Display a message using the output from another command:
`{{echo "Hello World!"}} | sm -`