This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Lee Marlow (author)
Sun Nov 15 15:52:06 -0800 2009
gemedit /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Feb 29 10:15:47 -0800 2008 | |
| |
History.txt | Sun Nov 15 16:16:21 -0800 2009 | |
| |
License.txt | Wed Feb 27 11:21:58 -0800 2008 | |
| |
Manifest.txt | Sun Nov 15 16:16:21 -0800 2009 | |
| |
README.txt | Sun Nov 15 16:16:21 -0800 2009 | |
| |
Rakefile | Wed Feb 27 11:10:33 -0800 2008 | |
| |
bin/ | Sun Nov 15 16:16:21 -0800 2009 | |
| |
config/ | Wed Feb 27 11:21:58 -0800 2008 | |
| |
lib/ | Sun Nov 15 16:16:21 -0800 2009 | |
| |
log/ | Wed Feb 27 11:10:33 -0800 2008 | |
| |
script/ | Wed Feb 27 11:10:33 -0800 2008 | |
| |
setup.rb | Wed Feb 27 11:10:33 -0800 2008 | |
| |
spec/ | Wed Feb 27 11:10:33 -0800 2008 | |
| |
tasks/ | Fri Mar 07 15:20:23 -0800 2008 | |
| |
website/ | Sun Nov 15 16:16:21 -0800 2009 |
README.txt
gemedit http://gemedit.rubyforge.org/ by Lee Marlow == DESCRIPTION: Gemedit lets you quickly open up the source for a gem in your favorite editor. Looking through other people's code is a great way to learn. I often use it when a gem's RDoc isn't as helpful as I'd like or just want to see how someone put a library together. Gemedit just makes it easier to get to the code. == INSTALLATION: Gemedit can be installed via RubyGems: $ sudo gem install gemedit == USAGE: If you want to see how gemedit works just install it and run this: $ gem edit gemedit Gemedit tries to use your favorite editor from your <tt>$GEMEDITOR</tt>, <tt>$VISUAL</tt> or <tt>$EDITOR</tt> environment variable. It will fall back to <em>everyone's</em> favorite editor: *vi*. You can specify the editor with the <tt>-e/--editor</tt> switch. Run this to view the source for +rake+ in TextMate[http://macromates.com]: $ gem edit -e mate rake And of course, help is available: $ gem edit -h $ gem edit --help == DOCUMENTATION: There isn't much more to document than what is on this page, but feel free to browse the RDoc[http://gemedit.rubyforge.org/rdoc/]. Or checkout the Rubyforge project page here[http://rubyforge.org/projects/gemedit/]. == SOURCE REPOSITORY: The source is currently on github[http://github.com/]. You can browse through it at http://github.com/lmarlow/gemedit or pull it down and play with it yourself with $ git clone git://github.com/lmarlow/gemedit.git







