hyper-gcp-kubernetes-info-line
v1.0.7
Published
A info line plugin for the Hyper terminal that shows information about the currently active GCP project and Kubernetes context.
Downloads
13
Maintainers
Readme
hyper-gcp-k8s-info-line
hyper-gcp-k8s-info-line is a permanent fork of https://github.com/marcjoha/hyper-gcp-status-line
Why was hyper-gcp-k8s-info-line created ?
Of course, hyper-gcp-status-line is a greate plugin, but is a bit slow. hyper-gcp-k8s-info-line is omit some function and change internal processing for speedup.
Installation
Add the following to your ~/.hyper.js
config:
module.exports = {
...
plugins: ['hyper-gcp-k8s-info-line']
...
}