kubecolor icon indicating copy to clipboard operation
kubecolor copied to clipboard

colorizes kubectl output

Results 45 kubecolor issues
Sort by recently updated
recently updated
newest added

this could very well have to do with my setup, but I'm getting something weird from the first word of autocomplete. if i tab from `kubecolor `, i get `kubecolor...

K8s version: v1.23.7 Kubecolor version: 0.0.20 Fault description: After entering kubectl - N and adding tab, the following syntax error will appear ![image](https://user-images.githubusercontent.com/24741478/184052576-945bb59d-91f4-49fc-b848-938c16ee868c.png)

`kubecolor` has been packaged in the [AUR](https://aur.archlinux.org/packages/kubecolor) for some time, but was recently abandoned by the previous maintainer. A new maintainer is welcome to adopt the package. You should have...

help wanted

Can we please add logic to always pass through the output of `kubecolor.exe __complete` in plain text. Without this in plain text it breaks the auto-completion in Powershell since Powershell...

Instructions say: ```bash go install github.com/hidetatz/kubecolor/cmd/kubecolor@latest ``` But this results in: ``` go install: github.com/hidetatz/kubecolor/cmd/kubecolor@latest: github.com/hidetatz/[email protected]: parsing go.mod: module declares its path as: github.com/dty1er/kubecolor but was required as: github.com/hidetatz/kubecolor ````

brew install hidetatz/tap/kubecolor ==> Tapping hidetatz/tap Cloning into '/usr/local/Homebrew/Library/Taps/hidetatz/homebrew-tap'... remote: Enumerating objects: 59, done. remote: Counting objects: 100% (59/59), done. remote: Compressing objects: 100% (55/55), done. remote: Total 59 (delta...

## WHAT This PR is making the keys in hierarchical outputs (YAML, JSON, explain) to have the same color. ## WHY Having all keys of the same color improves readability...

## WHAT This PR is adding the support for the `--recursive` command line argument that doesn't specify the boolean value (`--recursive=true`). ## WHY Some people don't specify the boolean value...

Is it possible to use colors for logs in the same way as lnav do it?

## WHAT The bash completion for kubectl use internal subcommands. Internal subcommands start with `__`. These should never be colorized. ## WHY Because it fixes an existing problem with the...