OzzyCzech / colors.sh

Simple colors for your bash scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colors.sh

Write colored text to the terminal easily.

Color palette

Installation

Download colors.sh and source it in your script or copy/paste the functions and variables into your script.

curl -O https://raw.githubusercontent.com/OzzyCzech/colors.sh/master/colors.sh

Usage

source colors.sh

# with colors.sh sourced, you can use the constants
echo "This is ${RED}red text${NC}"

License

MIT

About

Simple colors for your bash scripts

License:MIT License


Languages

Language:Shell 100.0%