{"id":13573972,"url":"https://github.com/kubecolor/kubecolor","last_synced_at":"2025-05-14T23:02:10.198Z","repository":{"id":61625970,"uuid":"540576983","full_name":"kubecolor/kubecolor","owner":"kubecolor","description":"Colorize your kubectl output","archived":false,"fork":false,"pushed_at":"2025-05-05T16:07:49.000Z","size":3697,"stargazers_count":998,"open_issues_count":16,"forks_count":32,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-08T01:43:07.493Z","etag":null,"topics":["bash","cli","kubectl","kubectl-plugins","kubernetes"],"latest_commit_sha":null,"homepage":"https://kubecolor.github.io/","language":"Go","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/kubecolor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["prune998"]}},"created_at":"2022-09-23T18:51:25.000Z","updated_at":"2025-05-07T14:54:45.000Z","dependencies_parsed_at":"2023-12-27T21:46:09.554Z","dependency_job_id":"0cc81a93-8c9e-4ba0-beec-a6a66584186b","html_url":"https://github.com/kubecolor/kubecolor","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubecolor%2Fkubecolor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubecolor%2Fkubecolor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubecolor%2Fkubecolor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubecolor%2Fkubecolor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubecolor","download_url":"https://codeload.github.com/kubecolor/kubecolor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243353,"owners_count":22038044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bash","cli","kubectl","kubectl-plugins","kubernetes"],"created_at":"2024-08-01T15:00:44.403Z","updated_at":"2025-05-14T23:02:10.123Z","avatar_url":"https://github.com/kubecolor.png","language":"Go","funding_links":["https://github.com/sponsors/prune998"],"categories":["Go","Tools and Libraries","cli","kubernetes"],"sub_categories":["Command Line Tools"],"readme":"![Kubecolor logo](./assets/img/Kubecolor_Logo_large.png)\n\n# kubecolor\n\nKubecolor is a `kubectl` wrapper used to add colors to your kubectl output.\n\n[![test](https://github.com/kubecolor/kubecolor/actions/workflows/test.yml/badge.svg)](https://github.com/kubecolor/kubecolor/actions/workflows/test.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/kubecolor/kubecolor)](https://goreportcard.com/report/github.com/kubecolor/kubecolor)\n[![codecov](https://codecov.io/gh/kubecolor/kubecolor/graph/badge.svg)](https://codecov.io/gh/kubecolor/kubecolor)\n\n![screenshot](./docs/kubectl-get-pods.svg)\n\n![screenshot](./docs/kubectl-apply.svg)\n\n![screenshot](./docs/kubectl-describe-pod.svg)\n\n\u003cdetails\u003e\n\u003csummary\u003eYou can also change color theme for light-background environment (click to expand)\u003c/summary\u003e\n\n\u003e ![screenshot](./docs/kubectl-get-pods-light.svg)\n\u003e\n\u003e ![screenshot](./docs/kubectl-apply-light.svg)\n\u003e\n\u003e ![screenshot](./docs/kubectl-describe-pod-light.svg)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ccode\u003e[New!]\u003c/code\u003e We also have colorblind-adjusted color themes (click to expand)\u003c/summary\u003e\n\n\u003e ![screenshot](./docs/kubectl-get-pods-protanopia.svg)\n\u003e\n\u003e ![screenshot](./docs/kubectl-get-pods-deuteranopia.svg)\n\u003e\n\u003e ![screenshot](./docs/kubectl-get-pods-tritanopia.svg)\n\u003e\n\u003e **Note:**\n\u003e As of version `v0.3.0`, both `deuteranopia` and `tritanopia` themes are the same as `protanopia`. They may differ in future versions when we better tune them. Set your configuration to match your color-blindness type so you will benefit of the future changes. We gladly accept suggestions on how to improve them.\n\n\u003c/details\u003e\n\n## What's this?\n\nkubecolor is a wrapper that colorizes your `kubectl` command output and does nothing else.\nIt internally calls `kubectl` command and try to colorizes the output so\nyou can alias kubecolor as a substitute for when you want to run kubectl,\nmeaning you can write this in your `.bash_profile`:\n\n```sh\nalias kubectl=\"kubecolor\"\n\n# Also works for OpenShift CLI\nalias oc=\"env KUBECTL_COMMAND=oc kubecolor\"\n```\n\n## Features\n\n- Does not tamper with the output. It only adds colors to the `kubectl` output.\n- Dynamic TTY detection to send plaintext when called programatically\n- Supports autocompletion\n- [Custom color themes](https://kubecolor.github.io/customizing/themes/)\n\n## Getting started\n\nHead over to our documentation:\n\n- [Usage / **Getting started**](https://kubecolor.github.io/usage/getting-started/)\n- [Usage / **How it works**](https://kubecolor.github.io/usage/how-it-works/)\n- [Setup / **Installation**](https://kubecolor.github.io/setup/install/)\n\n## Contributing\n\nAlways welcome. There are multiple ways to contribute:\n\n- Starring the repository and spreading the word ❤️\n\n- Creating issues of [bug reports](https://github.com/kubecolor/kubecolor/issues/new?template=bug.yml)\n  or [feature requets](https://github.com/kubecolor/kubecolor/issues/new?template=feature.yml)\n\n- Updating documentation, either in this repo or in the [documentation repo (kubecolor.github.io)](https://github.com/kubecolor/kubecolor.github.io)\n\n- Submitting patches\n  (look for [\"good first issue\"](https://github.com/kubecolor/kubecolor/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n  if you want something small to get started)\n\nFor code contributions, please see: [CONTRIBUTING.md](./CONTRIBUTING.md)\n\n## Versioning\n\nThis project tries to follow [SemVer 2.0.0](https://semver.org/)\non the command-line interface (CLI), i.e which flags and environment variables\nit accepts.\n\n**We do not** however promise compatibility on the Go source code.\nIf you import kubecolor's Go module and use it as a library, then things may\nunexpectedly break within minor or patch version changes.\n\n\u003e [!WARNING]\n\u003e As we have not yet reached v1.0.0, we may have some breaking changes\n\u003e in cases where it is deemed necessary.\n\n## LICENSE\n\nMIT\n\n## Author\n\nThis project is a heavily modified version of the original kubecolor,\narchived at [https://github.com/hidetatz/kubecolor](https://github.com/hidetatz/kubecolor)\n\n[@kubecolor](https://github.com/kubecolor)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubecolor%2Fkubecolor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubecolor%2Fkubecolor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubecolor%2Fkubecolor/lists"}