From 75c80b1179252ddfc71eb14936df9d2aac908d41 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 13 Jun 2024 10:49:11 -0600 Subject: [PATCH] Add `cmuench/zsh-jenv` Add `cmuench/zsh-jenv` tab completions for https://github.com/jenv/jenv Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b851749..da195c1 100644 --- a/README.md +++ b/README.md @@ -1578,6 +1578,7 @@ These plugins add tab completions without adding extra functions or aliases. - [helmfile](https://github.com/Downager/zsh-helmfile) - Adds autocompletion for `helm`. - [inshellisense](https://github.com/microsoft/inshellisense) - Provides IDE style autocomplete for shells. It's a terminal native runtime for autocomplete which has support for 600+ command line tools. inshellisense supports `bash`, `fish`, `zsh` and `pwsh` on the Windows, Linux, & MacOS operating systems. - [ipfs](https://github.com/hellounicorn/zsh-ipfs) - Completions for the [Interplanetary File System](https://ipfs.tech). +- [jenv](https://github.com/cmuench/zsh-jenv) - Tab completions for [jEnv](https://github.com/jenv/jenv). - [joe](https://github.com/corvofeng/joe-completion) - Adds completions for [joe](https://github.com/karan/joe) gitignore editor. - [jtool-completion](https://github.com/beaugalbraith/jtool-completion) - ZSH completions for jtool. - [jx](https://github.com/haysclark/zsh-jx) - Adds tab completions for the Jenkins-X cli.