shml

Style framework for creating colored and styled terminal output

brewmacoslinux
Try with needOr install directly
Source

About

Style Framework for The Terminal

Commands

shml

Examples

Source shml and use color functions to print styled text$ source /usr/local/opt/shml/index.sh && echo -e "$(fg 1)Red text$(reset)"
Create a styled heading with background color$ source /usr/local/opt/shml/index.sh && echo -e "$(bg 4)$(fg 7) HEADER $(reset)"
Chain multiple styles for bold, colored output$ source /usr/local/opt/shml/index.sh && echo -e "$(bold)$(fg 2)Success message$(reset)"