https://github.com/siakhooi/echo-colors
siakhooi-devutils-echo-colors
https://github.com/siakhooi/echo-colors
active apt bash rpm
Last synced: 11 days ago
JSON representation
siakhooi-devutils-echo-colors
- Host: GitHub
- URL: https://github.com/siakhooi/echo-colors
- Owner: siakhooi
- License: mit
- Created: 2023-02-10T13:02:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-03T08:04:05.000Z (21 days ago)
- Last Synced: 2026-06-03T08:28:36.552Z (21 days ago)
- Topics: active, apt, bash, rpm
- Language: Shell
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# echo-colors
Package `siakhooi-echo-colors` to provide echo commands with colors.
the objective is to provide few common colors printing, and not aim for comprehensive colors.
## Commands
```bash
echo.blue
echo.cyan
echo.green
echo.magenta
echo.red
echo.yellow
echo.grey
echo.error
echo.info
echo.debug
echo.warn
cat.blue
cat.cyan
cat.green
cat.magenta
cat.red
cat.yellow
cat.grey
highlight.blue text
highlight.cyan text
highlight.green text
highlight.magenta text
highlight.red text
highlight.yellow text
highlight.grey text
print-progress [-h] [-w width] [-d done_char] [-l left_char] [-p prefix] [-o open_bracket] [-c close_bracket] currentState totalState [task_description]
print-progress-color [-h] [-w width] [-d done_char] [-l left_char] [-p prefix] [-o open_bracket] [-c close_bracket] currentState totalState [task_description]
```
## Environments
- `ECHO_DEBUG_OFF`
## Sample

## Quick Start
### Ubuntu/Debian
```bash
$ sudo curl -L https://siakhooi.github.io/apt/siakhooi-apt.list | sudo tee /etc/apt/sources.list.d/siakhooi-apt.list > /dev/null
$ sudo curl -L https://siakhooi.github.io/apt/siakhooi-apt.gpg | sudo tee /usr/share/keyrings/siakhooi-apt.gpg > /dev/null
$ sudo apt update
$ sudo apt install siakhooi-echo-colors
```
### Fedora/Red Hat
```bash
$ sudo curl -L https://siakhooi.github.io/rpms/siakhooi-rpms.repo | sudo tee /etc/yum.repos.d/siakhooi-rpms.repo > /dev/null
$ sudo dnf install siakhooi-echo-colors
# or
$ sudo yum install siakhooi-echo-colors
```
## Deployments
-
## Badges



















[](https://wise.com/pay/me/siakn3)

## Reference
- `clear-colors`
-
-