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 a2a90c3 commit be15284Copy full SHA for be15284
1 file changed
README.md
@@ -7,11 +7,21 @@ Make echo colorful with easier method. In [bash](https://www.gnu.org/software/ba
7
8
## Usage
9
10
+* echo.`Style`.`Color`
11
+
12
+### Examples
13
14
* echo.Cyan CyanExample
15
* echo.ULCyan UnderLineCyanExample
16
* echo.BoldCyan BoldCyanExample
17
* echo.BoldULCyan BoldUnderLineCyanExample
18
19
+## Supported styles
20
21
+* Bold as `Bold`
22
+* Light as `Light`
23
+* Underline as `UL`
24
25
## Supported colors
26
27
* See [color table](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/master/table.txt)
0 commit comments