Update README about fzf and Unix composability (#197)

This commit is contained in:
Sébastien Maintrot 2020-03-08 18:24:24 +01:00 committed by GitHub
parent 06289683dd
commit db8b706612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,11 @@ with fuzzy searching, you just need to [install
If you have `fzf` installed, but want to opt out of using this feature, set the environment variable `KUBECTX_IGNORE_FZF=1`.
If you want to keep `fzf` interactive mode but need the default behavior of the command, you can do it using Unix composability:
```
kubectx | cat
```
-----