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

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