An open API service indexing awesome lists of open source software.

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

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

![sample](sample.gif "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

![GitHub](https://img.shields.io/github/license/siakhooi/echo-colors?logo=github)
![GitHub last commit](https://img.shields.io/github/last-commit/siakhooi/echo-colors?logo=github)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/siakhooi/echo-colors?logo=github)
![GitHub issues](https://img.shields.io/github/issues/siakhooi/echo-colors?logo=github)
![GitHub closed issues](https://img.shields.io/github/issues-closed/siakhooi/echo-colors?logo=github)
![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/siakhooi/echo-colors?logo=github)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/siakhooi/echo-colors?logo=github)
![GitHub top language](https://img.shields.io/github/languages/top/siakhooi/echo-colors?logo=github)
![GitHub language count](https://img.shields.io/github/languages/count/siakhooi/echo-colors?logo=github)
![Lines of code](https://img.shields.io/tokei/lines/github/siakhooi/echo-colors?logo=github)
![GitHub repo size](https://img.shields.io/github/repo-size/siakhooi/echo-colors?logo=github)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/siakhooi/echo-colors?logo=github)
![Workflow](https://img.shields.io/badge/Workflow-github-purple)
![workflow](https://github.com/siakhooi/echo-colors/actions/workflows/workflow-build-with-quality-checks.yml/badge.svg)
![workflow](https://github.com/siakhooi/echo-colors/actions/workflows/workflow-deployments.yml/badge.svg)
![Release](https://img.shields.io/badge/Release-github-purple)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/siakhooi/echo-colors?label=GPR%20release&logo=github)
![GitHub all releases](https://img.shields.io/github/downloads/siakhooi/echo-colors/total?color=33cb56&logo=github)
![GitHub Release Date](https://img.shields.io/github/release-date/siakhooi/echo-colors?logo=github)

[![Wise](https://img.shields.io/badge/Funding-Wise-33cb56.svg?logo=wise)](https://wise.com/pay/me/siakn3)
![visitors](https://hit-tztugwlsja-uc.a.run.app/?outputtype=badge&counter=ghmd-bash-echo-colors)

## Reference
- `clear-colors`
-
-