From b2992aa0df9143c25d64843b3ee40fbcd7332f07 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 18 Jan 2018 10:18:50 -0800 Subject: [PATCH] Update readme to add fish completion support --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7acd73b..05f2622 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Context "dublin" set. Aliased "gke_ahmetb_europe-west1-b_dublin" as "dublin". ``` -`kubectx` supports Tab completion on bash/zsh shells to help with +`kubectx` supports Tab completion on bash/zsh/fish shells to help with long context names. You don't have to remember full context names anymore. ----- @@ -67,7 +67,7 @@ Context "test" set. Active namespace is "default". ``` -`kubens` also supports Tab completion on bash/zsh shells. +`kubens` also supports Tab completion on bash/zsh/fish shells. ----- @@ -79,7 +79,7 @@ Active namespace is "default". brew install kubectx -This command will set up bash/zsh completion scripts automatically. +This command will set up bash/zsh/fish completion scripts automatically. - Running `brew install` with `--with-short-names` will install tools with names @@ -99,7 +99,7 @@ them to any POSIX environment that has Bash installed. - or save them to a directory, then create symlinks to `kubectx`/`kubens` from somewhere in your `PATH`, like `/usr/local/bin` - Make `kubectx` and `kubens` executable (`chmod +x ...`) -- Figure out how to install bash/zsh [completion scripts](completion/). +- Figure out how to install bash/zsh/fish [completion scripts](completion/). -----