devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
373 stars 44 forks source link

Add check binary checksum for macos, add binary kubecolor, ctop #115

Closed patsevanton closed 3 years ago

patsevanton commented 3 years ago

Add kubecolor - colorizes kubectl output

 binenv install kubecolor
2021-06-08T20:11:22+06:00 WRN version for "kubecolor" not specified; using "0.0.20"
fetching kubecolor version 0.0.20 100% |███████████████████████████████████████████████████████████████████████████████████████████████| (782/782 kB, 991.534 kB/s)
2021-06-08T20:11:24+06:00 INF "kubecolor" (0.0.20) installed
patsevanton commented 3 years ago
binenv install ctop
2021-06-11T08:41:40+06:00 WRN version for "ctop" not specified; using "0.7.6"
fetching ctop version 0.7.6 100% |████████████████████████████████████████████████████████████████████████████████████████████████████████| (13/13 MB, 1.035 MB/s)
2021-06-11T08:41:53+06:00 INF "ctop" (0.7.6) installed
leucos commented 3 years ago

thanks as always @patsevanton :+1: