Zach Whitten 8d3cafca3e Add Gem README 6 years ago
..
README.md 8d3cafca3e Add Gem README 6 years ago
_gem 39a1e2a083 gem plugin: added _files to install command 10 years ago
gem.plugin.zsh fdbf0cbe46 gem push alias and gem yank alias 11 years ago

README.md

Gem Plugin

This plugin adds completions and aliases for Gem. The completions include the common gem subcommands as well as the installed gems in the current directory.

To use it, add gem to the plugins array in your zshrc file:

plugins=(... gem)

Aliases

Alias Command
gemb gem build *.gemspec
gemp gem push *.gem
gemy gem yank $1 -v $2