Add colors and styles to terminal output quickly and easily.
A tiny and fast package for adding colors to your terminal output.
xycolors$ xycolors --text 'Hello World' --color red$ xycolors --text 'Important' --color green --bold$ xycolors --text 'Alert' --color white --background yellow$ xycolors --list-colors$ echo 'Status: OK' | xycolors --color cyan