aca/go-kubectx

fzf should be optional

zbbfufu opened this issue · 3 comments

In original kubectx/kubens, fzf is optional and fuzzy searching features only activates if fzf is found on the path.
Having the same behavior in go-kubectx will ease switching to your implementation.

aca commented

@zbbfufu That's fair points. Will try with some other libraries later.

could actually probably import fzf as a lib as well 🤔