Skip to content

Commit a6b57db

Browse files
Improve README.md format
1 parent 5f2ee5d commit a6b57db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

β€ŽREADME.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# ColorEchoForShell
2+
23
[![Build Status](https://travis-ci.org/PeterDaveHello/ColorEchoForShell.svg?branch=master)](https://travis-ci.org/PeterDaveHello/ColorEchoForShell)
34

45
Make echo colorful with easier method. In [bash](https://www.gnu.org/software/bash/), [sh](https://en.wikipedia.org/wiki/Bourne_shell), [fish](http://fishshell.com/), [ksh](http://www.kornshell.com/) and [zsh](http://www.zsh.org/). Which can help you print debug, warning, error message in shell scripts with meaningful colors, and make the output more readable.
56

67
Please note that [certain colors](https://github.com/PeterDaveHello/ColorEchoForShell/blob/master/color%20table.txt#L9-L12) will really depend on the environment, my demo is under a terminal called [Terminator](http://gnometerminator.blogspot.com/p/introduction.html), you can simply install it via apt, yum, pkg or other package manager. Actually, all the colors display depend on the environment setting, but I just name/define name by the most common cases I know by far.
78

89
## MENU
10+
911
* [`MENU`](#menu)
1012
* [`Installation`](#installation)
1113
* [`Usage`](#usage)
@@ -21,8 +23,9 @@ Please note that [certain colors](https://github.com/PeterDaveHello/ColorEchoFor
2123
## Installation
2224

2325
* Download the script, choice the one for your shell by its extension in the filename.
24-
- For example [dist/ColorEcho.bash](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/v0.0.7/dist/ColorEcho.bash) for bash.
26+
* For example [dist/ColorEcho.bash](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/v0.0.7/dist/ColorEcho.bash) for bash.
2527
* Add a line to include the script in your shell rc or run it directly:
28+
2629
`. ./ColorEcho.bash`
2730

2831
## Usage

0 commit comments

Comments
Β (0)