From c26b81e36265ba2e589e8341460376f0c9f3463a Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 6 Aug 2022 07:52:02 -0600 Subject: [PATCH] Add pipx tab completion Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d1dd47..08d80cf 100644 --- a/README.md +++ b/README.md @@ -1359,6 +1359,7 @@ These plugins add tab completions without adding extra functions or aliases. - [pip-completion](https://github.com/srijanshetty/zsh-pip-completion) - Autocompletion plugin for pip. - [pipenv (AlexGascon)](https://github.com/AlexGascon/pipenv-oh-my-zsh) - Enables aliases for the most common pipenv commands. - [pipenv (gangleri)](https://github.com/gangleri/pipenv) - Completions for `pipenv`. +- [pipx](https://github.com/omBratteng/zsh-plugin-pipx) - Tab completions for [pipx](https://github.com/pypa/pipx). - [pks-autocomplete](https://github.com/tybritten/pks-zsh-autocomplete-plugin) - Adds completions for Pivotal's [PKS CLI](https://network.pivotal.io/products/pivotal-container-service) - [pmy](https://github.com/relastle/pmy) - General purpose context-aware ZSH completion engine powered by [fzf](https://github.com/junegunn/fzf). - [quickjump](https://github.com/fikovnik/zsh-quickjump) - Adds tab completion support for [skim](https://github.com/lotabout/skim) for recent files and directories using [fasd](https://github.com/whjvenyl/fasd).