ahmetb / kubectl-tree

kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Apache License 2.0
2.95k stars 120 forks source link

Windows support #7

Closed ahmetb closed 4 years ago

ahmetb commented 4 years ago

The special utf chars used in the tree aren’t available on Windows. need to set simpler ascii alternatives for windows.

I think colors will work thanks to fatih/colors pkg used.

Then it needs some hands on testing/validation.