
sm
List of commands for sm:
-
sm:tldr:2d6b6 sm: Display a message with a custom foreground color.$ sm -f ${blue} "${Hello World!}"try on your machineexplain this command
-
sm:tldr:34968 sm: Display a message using the output from another command.$ ${echo "Hello World!"} | sm -try on your machineexplain this command
-
sm:tldr:46284 sm: Display a message rotated 3 times (in steps of 90 degrees, counterclockwise).$ sm -r ${3} "${Hello World!}"try on your machineexplain this command
-
sm:tldr:59119 sm: Display a message with inverted colors.$ sm -i "${Hello World!}"try on your machineexplain this command
-
sm:tldr:9c878 sm: Display a message in full-screen.$ sm "${Hello World!}"try on your machineexplain this command
-
sm:tldr:e33ea sm: Display a message with a custom background color.$ sm -b ${#008888} "${Hello World!}"try on your machineexplain this command