// ZSH-GEM-COMPLETION — LIVE REMOTE GEM COMPLETION FOR gem install

zsh plugin · all OMZ gem completion · plus live gem search-backed completer for gem install

GitHub Issues
// Color scheme

>_ZSH-GEM-COMPLETION

gem install <TAB> queries the remote index. All functionality of the OMZ gem completion plus a live gem search-backed completer for gem install.

Install

# Zinit
zinit ice lucid nocompile
zinit load MenkeTechnologies/zsh-gem-completion

# Oh My Zsh
git clone https://github.com/MenkeTechnologies/zsh-gem-completion \
    "$HOME/.oh-my-zsh/custom/plugins/zsh-gem-completion"
# then: plugins+=(zsh-gem-completion)

# Manual
git clone https://github.com/MenkeTechnologies/zsh-gem-completion
source zsh-gem-completion/zsh-gem-completion.plugin.zsh

Examples

gem install <TAB>        # live remote gem name completion
gem install ra<TAB>      # rails, rack, rake, ...
gem update <TAB>         # OMZ-style local gem completion
gem <TAB>                # subcommand completion

Sibling plugins

Part of the MenkeTechnologies zsh plugin family — the MenkeTechnologiesMeta umbrella: