mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-06-23 05:59:00 +00:00
Update README about fzf and Unix composability (#197)
This commit is contained in:
parent
06289683dd
commit
db8b706612
@ -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 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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user