kalle (jag)

Results 65 issues of kalle (jag)

# Expected Behavior Create commands are colorized similar to `kubectl apply` commands: ```console $ kubectl create deploy my-deployment --image nginx --port 80 deployment.apps/my-deployment created ``` # Current Behavior They're uncolored...

enhancement
good first issue

# Expected Behavior Delete commands are colorized similar to `kubectl apply` commands: ```console $ kubectl delete deploy my-deployment deployment.apps "my-deployment" deleted ``` # Current Behavior They're uncolored ## Context Please...

enhancement
good first issue

# Expected Behavior Help text follows a very similar output style as `kubectl describe` or `kubectl explain`, so a similar styling could be applied. # Current Behavior Everything is just...

enhancement

A bit of a goofy idea, and would only be as a "wouldn't it be cool if" kind of feature. # Expected Behavior When doing `kubectl describe`, it would be...

enhancement

# Expected Behavior Would be grand if kubecolor could do some simple colorizing of log lines when doing `kubecolor logs my-pod-123`. Could be a lot of simple colorizing techniques, such...

enhancement

# Expected Behavior - `kubectl version` → VersionPrinter - `kubectl version -o json` → JsonPrinter - `kubectl version -o yaml` → YamlPrinter # Current Behavior - `kubectl version` → VersionPrinter...

bug

# Expected Behavior ```console $ kubectl version Client Version: v1.29.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.28.7 Kubecolor Version: v0.2.2 ``` # Current Behavior ```console $ kubectl version Client Version: v1.29.2...

enhancement

Using Risor could be a nice contestant to using Bash in GH Actions. Not talking about releasing to GitHub, but instead to use the go-github package: https://pkg.go.dev/github.com/google/go-github/v57/github It's such a...

enhancement

Take inspiration from `container/heap`: https://pkg.go.dev/container/[email protected]

enhancement

We don't want wrapping, as that's a big headache to render, and you can't really copy-paste from the terminal correctly then. Instead, let's shrink columns when there's too much information....

enhancement