2024-03-28 17:24:38 +03:00
2024-03-28 17:24:38 +03:00
2023-11-21 17:57:30 +01:00
2024-03-28 17:41:27 +03:00
2024-03-28 17:41:27 +03:00
2024-03-28 17:41:27 +03:00

colors.sh

Write colored text to the terminal easily.

Forker from https://github.com/OzzyCzech/colors.sh

Color palette

Installation

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

wget https://git.a2s.su/iiiypuk/colors.sh/raw/branch/main/colors.sh

Usage

source colors.sh

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

License

MIT License

Description
Simple colors for your shell scripts
Readme 568 KiB
Languages
Shell 100%