Releases: PeterDaveHello/ColorEchoForShell
Releases Β· PeterDaveHello/ColorEchoForShell
v0.0.13
- Update comment styling
- Update Travis CI environment
- Fix
generate.sh
prompt message - Remove "Light" as a style, but just a variant of color
- Support more styles like italic, blink and strikethrough
- Support to change the order of style in the echo function name
- Refactor
generate.sh
for readability, maintainability and robustness
v0.0.12
- Improve coding style
- Escape backslash explicitly
- Adjust license header newline
- Introduce
shfmt
for more consistent styling - Update Travis CI Linux environment to Ubuntu Xenial
- Replace non-standard
which
with built-incommand -v
v0.0.11
- Improve coding style
- Update tests for sh/bash/zsh
- Fix macOS(Darwin) sh support
- Fix echo.Reset missing newline char at eol
- Set bash/zsh function brackets in declaration
- Use ksh built-in echo to fix FreeBSD/macOS support
v0.0.10
- Add EditorConfig
- Fix ShellCheck SC1117
- Fix typo in README.md
- Introduce Travis CI & TravisBuddy
- Remove a inconsistent space for Reset & Rainbow
v0.0.9
- Improve generator.sh syntax with ShellCheck v0.4.6
- Use
\033
instead of\e
for better compatible - Parallel build release
v0.0.8
- Update README.md, add notes about the colors
- Use $() instead of deprecated `` for uname command
- Update links in readme
- Fix name of heredoc for echo reset function
v0.0.7
- Set
case
section "sh" much more clear ingenerater.sh
- Fix sh script under FreeBSD, now dynamic determine echo method
v0.0.6
- Refactor
generater.sh
- Add license info in readme
- Fix lolcat determination method
v0.0.5
- Fix typo
- Improve robustness
- Add some prompt message
- Rename file
table.txt
->color table.txt
- Use color echo in the
generator.sh
script, dogfooding! - Add
echo.Reset
/echoReset
to remove color on output - Generate zsh dist file independently, not just copy from bash
v0.0.4
- Fix indentation
- Add ksh support
- Add more colors:
- purple
- orange
- pink
- brown
- black
- white
- Use "case" instead of "if" statement