ahmetb / kubectx

Faster way to switch between clusters and namespaces in kubectl
https://kubectx.dev
Apache License 2.0
17.31k stars 1.24k forks source link

feat(tmux): add support for fzf-tmux in interactive mode #390

Closed xero closed 1 year ago

xero commented 1 year ago

add support for tmux users via fzf-tmux

ahmetb commented 1 year ago

Thanks for the submission. However, the shell script implementations are largely in maintenance mode as we're switching to Go programs. I recommend maintaining a fork for the time being if you plan on continuing to use these.

I suspect the right solution here is to offer an env var like KUBECTX_PICKER so the power users can pick between fzf, sk etc. #305