From 669449c3056055d731682e0d370eaafbefb099ba Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 7 Jul 2020 11:41:25 -0600 Subject: [PATCH] Add oclif Add oclif completion generator plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fce3fb..6805d15 100644 --- a/README.md +++ b/README.md @@ -640,6 +640,7 @@ A simple and fast ZSH plugin manager. It uses zcompile and async loading to spee * [nvm-lazy](https://github.com/davidparsson/zsh-nvm-lazy) - Plugin for lazy loading of oh-my-zsh's **nvm** plugin. It supports lazy-loading `nvm` for more than one binary/entrypoint, with the defaults being `nvm`, `node` and `npm`. * [nvm](https://github.com/lukechilds/zsh-nvm) - ZSH plugin for installing, updating and loading `nvm`. * [oath](https://github.com/alexdesousa/oath) - Manages 2FA authentication 6 digit tokens. It was highly inspired by this article about [using oathtool for 2 step verification](https://www.cyberciti.biz/faq/use-oathtool-linux-command-line-for-2-step-verification-2fa/). +* [oclif completion generator](https://github.com/MunifTanjim/oclif-plugin-completion) - Generates shell completions for commands lacking them. * [oh-my-matrix](https://github.com/amstrad/oh-my-matrix) - Turn your terminal into the matrix. * [open-create-projects](https://github.com/marcossegovia/open-create-projects) - Open/Create projects in Jetbrains. * [open-pr](https://github.com/caarlos0/zsh-open-pr) - A ZSH plugin to open pull requests from command line.