sm
Displays a short message fullscreen. More information: <https://github.com/nomeata/screen-message>.
Install
- All systems
-
curl cmd.cat/sm.sh
- Debian
-
apt-get install inn2
- Ubuntu
-
apt-get install inn2
- Arch Linux
-
pacman -S inn
- Kali Linux
-
apt-get install inn2
- Fedora
-
dnf install jabberd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install inn2
- Raspbian
-
apt-get install inn2
- Dockerfile
- dockerfile.run/sm
Displays 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 "Hello World!"
-
Display a message with a custom foreground color:
sm -f blue "Hello World!"
-
Display a message with a custom background color:
sm -b #008888 "Hello World!"
-
Display a message rotated 3 times (in steps of 90 degrees, counterclockwise):
sm -r 3 "Hello World!"
-
Display a message using the output from another command:
echo "Hello World!" | sm -
© tl;dr; authors and contributors