Skip to content

A RubyGems plugin to open gem's source directory

License

Notifications You must be signed in to change notification settings

brownman/gem-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gem-open

gem-open opens the source directory of the given gem.

Examples

To open the directory of the latest version of the given gem.

$ gem open rake

To open the directory of a specific version.

$ gem open rake -v 0.8.7

To open the directory by Mac OS X Finder.

$ GEM_EDITOR=open gem open rake

The program used to open the directory is taken from first found one from the environment variables GEM_EDITOR, VISUAL or EDITOR.

About

A RubyGems plugin to open gem's source directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published