From b4c1b5e3ee7372b93da0f82123df7363f1af1118 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 24 Apr 2025 05:34:05 +0300 Subject: [PATCH] Added Fish example --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50dcd38..57b1699 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# colors.sh +# 🎨 colors.sh Write colored text to the terminal easily. -_Forker from https://github.com/OzzyCzech/colors.sh_ +🍴 _Forker from https://github.com/OzzyCzech/colors.sh_ ![Color palette](colors.png) -## Installation +## 💾 Installation Download `colors.sh` and source it in your script or copy/paste the functions and variables into your script. @@ -14,15 +14,16 @@ Download `colors.sh` and source it in your script or copy/paste the functions an wget https://git.a2s.su/iiiypuk/colors.sh/raw/branch/main/colors.sh ``` -## Usage +## 🪏 Usage ```shell source colors.sh # with colors.sh sourced, you can use the constants -echo -e "This is ${RED}red text${NC}" +echo -e "This is ${RED}red text${NC}" # Bash +echo -e "This is $RED\b red text$NC" # Fish ``` -## License +## 📄 License [MIT License](LICENSE)