We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1575234 commit 770124cCopy full SHA for 770124c
README.md
@@ -1,2 +1,18 @@
1
# ColorEchoForShell
2
Make echo colorful with easier method.
3
+
4
+## Installation
5
6
+* Download the script and add one line to your shell rc: `. colorEcho.sh` or run `. colorEcho.sh` directly.
7
8
+## Usage
9
10
+* echo.Cyan CyanExample
11
+* echo.ULCyan UnderLineCyanExample
12
+* echo.BoldCyan BoldCyanExample
13
+* echo.BoldULCyan BoldUnderLineCyanExample
14
15
+## Supported colors
16
17
+* See [color table](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/master/table.txt)
18
0 commit comments