bonnefoa / kubectl-fzf

A fast kubectl autocompletion with fzf
MIT License
447 stars 33 forks source link

FZF Config error on tab completion fix(#5) #8

Closed omrikiei closed 5 years ago

bonnefoa commented 5 years ago

I'm closing the PR since I've rebased and pushed your commits on the master branch.

For the multi array, i've rewrote it to be nawk compatible. The bash version you made was too slow given the number of nodes I usually work with.

Good catch on the wc. I was using coreutils' wc which doesn't have the leading spaces.

Thanks for the contribution!