From 9bb8754692a510035341f60df545caf1c4ded6ec Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 20 Nov 2019 08:24:17 -0800 Subject: [PATCH] Add pmy completion engine * Add link to [pmy](https://github.com/relastle/pmy) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 876584f..3be8ab5 100644 --- a/README.md +++ b/README.md @@ -842,6 +842,7 @@ These plugins add tab completions without adding extra functions or aliases. * [pipenv (gangleri)](https://github.com/gangleri/pipenv) - Completions for `pipenv`. * [pipenv (owenstranathan)](https://github.com/owenstranathan/pipenv.zsh) - automatically activates a **pipenv** when entering a directory if there is Pipfile in that directory. Includes `pipenv` completions. * [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). * [racket completion](https://github.com/racket/shell-completion) - Completion for [Racket](http://racket-lang.org). * [rake-completion](https://github.com/unixorn/rake-completion.zshplugin) - Add fast tab completion for rakefile targets. * [rancher-zsh-completion](https://github.com/go/rancher-zsh-completion) - Add completions for the Rancher CLI.