A wrapper around tput which provides a sane, compact way to format shell text.
tput
(part of thencurses
package, installed on most distributions)
ft [OPTION] INPUT
ft -b 'This text will be bold.'
ft -u "$(ft -b 'This text will be bold and underlined.')"
echo $(ft -B 'This is blinking') and $(ft -i 'this is invisible')
-b: Bold
-B: Blink
-h: Help
-i: Invisible
-r: Reverse
-s: Standout mode
-u: Underline