{"id":50823589,"url":"https://github.com/siakhooi/echo-colors","last_synced_at":"2026-06-13T16:34:08.173Z","repository":{"id":103401580,"uuid":"600041476","full_name":"siakhooi/echo-colors","owner":"siakhooi","description":"siakhooi-devutils-echo-colors","archived":false,"fork":false,"pushed_at":"2026-06-03T08:04:05.000Z","size":2273,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-03T08:28:36.552Z","etag":null,"topics":["active","apt","bash","rpm"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siakhooi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-10T13:02:14.000Z","updated_at":"2026-06-03T08:04:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"45dccc5f-34d4-4815-8a6c-d43b861a8ace","html_url":"https://github.com/siakhooi/echo-colors","commit_stats":null,"previous_names":["siakhooi/echo-colors"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/siakhooi/echo-colors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siakhooi%2Fecho-colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siakhooi%2Fecho-colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siakhooi%2Fecho-colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siakhooi%2Fecho-colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siakhooi","download_url":"https://codeload.github.com/siakhooi/echo-colors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siakhooi%2Fecho-colors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34292324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["active","apt","bash","rpm"],"created_at":"2026-06-13T16:34:02.998Z","updated_at":"2026-06-13T16:34:08.157Z","avatar_url":"https://github.com/siakhooi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# echo-colors\n\nPackage `siakhooi-echo-colors` to provide echo commands with colors.\nthe objective is to provide few common colors printing, and not aim for comprehensive colors.\n\n## Commands\n\n```bash\necho.blue \u003cecho arguments\u003e\necho.cyan \u003cecho arguments\u003e\necho.green \u003cecho arguments\u003e\necho.magenta \u003cecho arguments\u003e\necho.red \u003cecho arguments\u003e\necho.yellow \u003cecho arguments\u003e\necho.grey \u003cecho arguments\u003e\necho.error \u003cecho arguments\u003e\necho.info \u003cecho arguments\u003e\necho.debug \u003cecho arguments\u003e\necho.warn \u003cecho arguments\u003e\ncat.blue\ncat.cyan\ncat.green\ncat.magenta\ncat.red\ncat.yellow\ncat.grey\nhighlight.blue text\nhighlight.cyan text\nhighlight.green text\nhighlight.magenta text\nhighlight.red text\nhighlight.yellow text\nhighlight.grey text\nprint-progress [-h] [-w width] [-d done_char] [-l left_char] [-p prefix] [-o open_bracket] [-c close_bracket] currentState totalState [task_description]\nprint-progress-color [-h] [-w width] [-d done_char] [-l left_char] [-p prefix] [-o open_bracket] [-c close_bracket] currentState totalState [task_description]\n```\n## Environments\n- `ECHO_DEBUG_OFF`\n\n## Sample\n\n![sample](sample.gif \"Sample\")\n\n## Quick Start\n\n### Ubuntu/Debian\n\n```bash\n$ sudo curl -L https://siakhooi.github.io/apt/siakhooi-apt.list | sudo tee /etc/apt/sources.list.d/siakhooi-apt.list \u003e /dev/null\n$ sudo curl -L https://siakhooi.github.io/apt/siakhooi-apt.gpg  | sudo tee /usr/share/keyrings/siakhooi-apt.gpg \u003e /dev/null\n$ sudo apt update\n\n$ sudo apt install siakhooi-echo-colors\n```\n\n### Fedora/Red Hat\n\n```bash\n$ sudo curl -L https://siakhooi.github.io/rpms/siakhooi-rpms.repo | sudo tee /etc/yum.repos.d/siakhooi-rpms.repo \u003e /dev/null\n\n$ sudo dnf install siakhooi-echo-colors\n# or\n$ sudo yum install siakhooi-echo-colors\n\n```\n\n## Deployments\n\n- \u003chttps://siakhooi.github.io/apt/\u003e\n\n## Badges\n\n![GitHub](https://img.shields.io/github/license/siakhooi/echo-colors?logo=github)\n![GitHub last commit](https://img.shields.io/github/last-commit/siakhooi/echo-colors?logo=github)\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/siakhooi/echo-colors?logo=github)\n![GitHub issues](https://img.shields.io/github/issues/siakhooi/echo-colors?logo=github)\n![GitHub closed issues](https://img.shields.io/github/issues-closed/siakhooi/echo-colors?logo=github)\n![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/siakhooi/echo-colors?logo=github)\n![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/siakhooi/echo-colors?logo=github)\n![GitHub top language](https://img.shields.io/github/languages/top/siakhooi/echo-colors?logo=github)\n![GitHub language count](https://img.shields.io/github/languages/count/siakhooi/echo-colors?logo=github)\n![Lines of code](https://img.shields.io/tokei/lines/github/siakhooi/echo-colors?logo=github)\n![GitHub repo size](https://img.shields.io/github/repo-size/siakhooi/echo-colors?logo=github)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/siakhooi/echo-colors?logo=github)\n![Workflow](https://img.shields.io/badge/Workflow-github-purple)\n![workflow](https://github.com/siakhooi/echo-colors/actions/workflows/workflow-build-with-quality-checks.yml/badge.svg)\n![workflow](https://github.com/siakhooi/echo-colors/actions/workflows/workflow-deployments.yml/badge.svg)\n![Release](https://img.shields.io/badge/Release-github-purple)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/siakhooi/echo-colors?label=GPR%20release\u0026logo=github)\n![GitHub all releases](https://img.shields.io/github/downloads/siakhooi/echo-colors/total?color=33cb56\u0026logo=github)\n![GitHub Release Date](https://img.shields.io/github/release-date/siakhooi/echo-colors?logo=github)\n\n[![Wise](https://img.shields.io/badge/Funding-Wise-33cb56.svg?logo=wise)](https://wise.com/pay/me/siakn3)\n![visitors](https://hit-tztugwlsja-uc.a.run.app/?outputtype=badge\u0026counter=ghmd-bash-echo-colors)\n\n## Reference\n- `clear-colors`\n    - \u003chttps://unix.stackexchange.com/questions/111899/how-to-strip-color-codes-out-of-stdout-and-pipe-to-file-and-stdout\u003e\n    - \u003chttps://stackoverflow.com/questions/17998978/removing-colors-from-output\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiakhooi%2Fecho-colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiakhooi%2Fecho-colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiakhooi%2Fecho-colors/lists"}