Colors.sh helps you add colors and formatting to your bash scripts.
Pick some options to format the terminal's preview 👇
colors.sh -- preview
>Color me, surprised
# How to implement it
NO_FORMAT="\033[0m"
echo -e "Color me, surprised${NO_FORMAT}"
Fork me on GitHub