{"id":19320889,"url":"https://github.com/info-mono/colortest","last_synced_at":"2026-05-08T10:35:19.906Z","repository":{"id":134997239,"uuid":"525205527","full_name":"info-mono/colortest","owner":"info-mono","description":"🏳️‍🌈 Customizable Colortest","archived":false,"fork":false,"pushed_at":"2022-08-22T06:21:47.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T10:50:17.168Z","etag":null,"topics":["ansi","cli","colortest","curl","posix-sh","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/info-mono.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-08-16T02:31:03.000Z","updated_at":"2023-01-25T04:38:34.000Z","dependencies_parsed_at":"2023-04-27T04:02:03.107Z","dependency_job_id":null,"html_url":"https://github.com/info-mono/colortest","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/info-mono/colortest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/info-mono%2Fcolortest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/info-mono%2Fcolortest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/info-mono%2Fcolortest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/info-mono%2Fcolortest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/info-mono","download_url":"https://codeload.github.com/info-mono/colortest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/info-mono%2Fcolortest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ansi","cli","colortest","curl","posix-sh","shell","terminal"],"created_at":"2024-11-10T01:33:32.241Z","updated_at":"2026-05-08T10:35:19.888Z","avatar_url":"https://github.com/info-mono.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/nnbnh"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eColortest\u003c/h1\u003e\n\u003cp align=\"center\"\u003eCustomizable Colortest\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/info-mono/colortest\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/43980777/185287348-305e05a0-e9ab-42a8-8e31-a8bf09e16d66.png\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/info-mono/colortest/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/info-mono/colortest?labelColor=383838\u0026color=585858\u0026style=for-the-badge\" alt=\"License: GPL-3.0\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://gist.github.com/NNBnh/9ef453aba3efce26046e0d3119dab5a7#development-completed\"\u003e\u003cimg src=\"https://img.shields.io/badge/development-completed-%23585858.svg?labelColor=383838\u0026style=for-the-badge\u0026logoColor=FFFFFF\" alt=\"Development completed\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## 💡 About\n\n**Colortest** is a tool to quickly show all your terminal colors.\n\nTry it:\n\n```sh\nsh -c \"$(curl -fsLS https://info-mono.github.io/colortest)\"\n```\n\n```sh\nsh -c \"$(curl -fsLS https://info-mono.github.io/colortest)\" -- \u003coptions\u003e\n```\n\nYou can just `curl` some pre-made colortest:\n\n```sh\ncurl -fsLS https://info-mono.github.io/colortest/\u003cfile\u003e\n```\n\nE.g:\n\n```sh\ncurl -fsLS https://info-mono.github.io/colortest/default\n```\n\n\u003e **Note** The full list of pre-made colortest files can be found [here](https://github.com/info-mono/colortest/tree/main/docs).\n\n## 🚀 Setup\n\n### 🧾 Dependencies\n\n- [POSIX compliance shell (`sh`, `bash`, `zsh`, ...)](https://wikipedia.org/wiki/Unix_shell)\n\n### 📥 Installation\n\n#### 🔧 Manually\n\nOption 1: using `curl`\n\n```sh\ncurl https://raw.githubusercontent.com/info-mono/colortest/main/bin/colortest \u003e ~/.local/bin/colortest\nchmod +x ~/.local/bin/colortest\n```\n\nOption 2: using `git`\n\n```sh\ngit clone https://github.com/info-mono/colortest.git ~/.local/share/colortest\nln -s ~/.local/share/colortest/bin/colortest ~/.local/bin/colortest\n```\n\n#### 📦 Package manager\n\nFor [Bpkg](https://github.com/bpkg/bpkg) user:\n\n```sh\nbpkg install info-mono/colortest\n```\n\nFor [Basher](https://github.com/basherpm/basher) user:\n\n```sh\nbasher install info-mono/colortest\n```\n\n## ⌨️ Usage\n\nRun `colortest` in the terminal:\n\n```sh\ncolortest \u003coptions\u003e\n```\n\n```console\nOptions:\n  -h, --help                     Print this help message\n  -s, --string \u003cstring\u003e          Set print string\n  -S, --separator \u003cseparator\u003e    Set separator string\n  -f, --fg-modes \u003cfg-modes\u003e      Set foreground modes list\n                                 (normal, bright, bold, both)\n  -b, --bg-modes \u003cbg-modes\u003e      Set background modes list\n                                 (normal, bright)\n  -F, --fg-colors \u003cfg-colors\u003e    Set foreground colors list\n                                 (0, 1, 2, 3, 4, 5, 6, 7, none, label)\n  -B, --bg-colors \u003cbg-colors\u003e    Set background colors list\n                                 (0, 1, 2, 3, 4, 5, 6, 7, none, label)\n```\n\n\u003e **Note** List are separated by space.\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n---\n\n\u003e \u003ch1 align=\"center\"\u003eMade with ❤️ by \u003ca href=\"https://github.com/info-mono\"\u003e\u003ccode\u003e@info-mono\u003c/code\u003e\u003c/a\u003e\u003c/h1\u003e\n\u003e\n\u003e \u003cp align=\"center\"\u003e\u003ca href=\"https://www.buymeacoffee.com/nnbnh\"\u003e\u003cimg src=\"https://img.shields.io/badge/buy_me_a_coffee%20-%23F7CA88.svg?logo=buy-me-a-coffee\u0026logoColor=333333\u0026style=for-the-badge\" alt=\"Buy Me a Coffee\"\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfo-mono%2Fcolortest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfo-mono%2Fcolortest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfo-mono%2Fcolortest/lists"}