README ¶ rainbow Simple binary to colorize output. Dependencies $ go get github.com/golang/dep/cmd/dep Installation $ go get github.com/retr0h/kubectl-rainbow Usage $ cat <<'EOL' >kubectl-color #!/bin/sh exec kubectl $* | $GOPATH/bin/kubectl-rainbow EOL $ chmod +x kubectl-color $ mv kubectl-color ~/bin/ $ kubectl color get po nginx $ alias k='kubectl color' Building $ make build $ tree .build/ License MIT Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.