A bash library to display formatted text with color on terminal.
| example | ||
| message.sh | ||
| README.md | ||
BASH message display library
A simple library for display text (bold, underline, color) on screen. I use it for my script to make output more eye candy.
Quick example
#import library
source /message/message.sh
#call msg()
msg "green" "This is a **formated** message"
more function
This little library contain some helper function with pre-selected color. These
function automaticaly add \n caracter at the end of the message.
error(): display message in red with ERROR: before the text.If variableEXIT_ON_ERRORequal 1, calling this function terminate the script with$ERROR_CODEwarning(): display message in yellow with WARNING: before the textdebu(): display message only ifDEBUGvariable contain1, color is cyan and display DEBUG: before message
Licence
Do what you want and feel free to send me a message or offer me a beer if you come near Bordeaux - France.