All Projects → evanlucas → Fish Kubectl Completions

evanlucas / Fish Kubectl Completions

Licence: mit
kubectl completions for fish shell

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Fish Kubectl Completions

fish-kube-prompt
⎈ kubectl context/namespace in your fish shell prompt
Stars: ✭ 71 (-84.33%)
Mutual labels:  fish-shell, kubectl
Kubecolor
colorizes kubectl output
Stars: ✭ 363 (-19.87%)
Mutual labels:  kubectl
kubectl-gs
kubectl plugin helping with custom resources by Giant Swarm
Stars: ✭ 36 (-92.05%)
Mutual labels:  kubectl
Kubedog
Library to watch and follow kubernetes resources in CI/CD deploy pipelines
Stars: ✭ 326 (-28.04%)
Mutual labels:  kubectl
Fzf.fish
Augment your fish command line with fzf key bindings.
Stars: ✭ 255 (-43.71%)
Mutual labels:  fish-shell
Kubectl Plugins
A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).
Stars: ✭ 340 (-24.94%)
Mutual labels:  kubectl
modern-linux.info
Learning Modern Linux book website
Stars: ✭ 35 (-92.27%)
Mutual labels:  fish-shell
Done
A fish-shell package to automatically receive notifications when long processes finish.
Stars: ✭ 394 (-13.02%)
Mutual labels:  fish-shell
Krew
📦 Find and install kubectl plugins
Stars: ✭ 4,354 (+861.15%)
Mutual labels:  kubectl
Kubectl Fzf
A fast kubectl autocompletion with fzf
Stars: ✭ 315 (-30.46%)
Mutual labels:  kubectl
Kubetap
Kubectl plugin to interactively proxy Kubernetes Services with ease
Stars: ✭ 297 (-34.44%)
Mutual labels:  kubectl
Allok8
⚡️A pretty swell Kubernetes visualization tool
Stars: ✭ 281 (-37.97%)
Mutual labels:  kubectl
Dtags
Directory Tags for Lazy Programmers
Stars: ✭ 351 (-22.52%)
Mutual labels:  fish-shell
Golang Tools Install Script
Simple Bash script to automate Go language tools single user installation or even removal.
Stars: ✭ 255 (-43.71%)
Mutual labels:  fish-shell
Fubectl
Reduces repetitive interactions with kubectl
Stars: ✭ 370 (-18.32%)
Mutual labels:  kubectl
glitter
Display git status information in your shell prompt
Stars: ✭ 47 (-89.62%)
Mutual labels:  fish-shell
Awesome Kubectl Plugins
Curated list of kubectl plugins
Stars: ✭ 279 (-38.41%)
Mutual labels:  kubectl
Zsh Kubectl Prompt
Display information about the kubectl current context and namespace in zsh prompt.
Stars: ✭ 342 (-24.5%)
Mutual labels:  kubectl
Kubectl Who Can
Show who has RBAC permissions to perform actions on different resources in Kubernetes
Stars: ✭ 432 (-4.64%)
Mutual labels:  kubectl
Webkubectl
Run kubectl command in Web Browser.
Stars: ✭ 390 (-13.91%)
Mutual labels:  kubectl

kubectl completion for fish shell

Install

$ mkdir -p ~/.config/fish/completions
$ cd ~/.config/fish
$ git clone https://github.com/evanlucas/fish-kubectl-completions
$ ln -s ../fish-kubectl-completions/completions/kubectl.fish completions/

Install using Fisher

fisher install evanlucas/fish-kubectl-completions

Building

This was tested using go 1.15.7 on macOS 11.1 "Big Sur".

$ make build

Environment Variables

FISH_KUBECTL_COMPLETION_TIMEOUT

This is used to pass the --request-timeout flag to the kubectl command. It defaults to 5s.

Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.

FISH_KUBECTL_COMPLETION_COMPLETE_CRDS

This can be used to prevent completing CRDs. Some users may have limited access to resources. It defaults to 1. To disable, set to anything other than 1.

Author

Evan Lucas

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].