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 (
gemedit /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Feb 29 10:15:47 -0800 2008 | [lmarlow] |
| |
History.txt | Fri Mar 07 11:11:19 -0800 2008 | [lmarlow] |
| |
License.txt | Wed Feb 27 11:21:58 -0800 2008 | [lmarlow] |
| |
Manifest.txt | Thu Feb 28 10:17:38 -0800 2008 | [lmarlow] |
| |
README.txt | Fri Feb 29 10:32:16 -0800 2008 | [lmarlow] |
| |
Rakefile | Wed Feb 27 11:10:33 -0800 2008 | [lmarlow] |
| |
bin/ | Fri Mar 07 11:11:19 -0800 2008 | [lmarlow] |
| |
config/ | Wed Feb 27 11:21:58 -0800 2008 | [lmarlow] |
| |
lib/ | Fri Mar 07 11:11:19 -0800 2008 | [lmarlow] |
| |
log/ | Wed Feb 27 11:10:33 -0800 2008 | [lmarlow] |
| |
script/ | Wed Feb 27 11:10:33 -0800 2008 | [lmarlow] |
| |
setup.rb | Wed Feb 27 11:10:33 -0800 2008 | [lmarlow] |
| |
spec/ | Wed Feb 27 11:10:33 -0800 2008 | [lmarlow] |
| |
tasks/ | Fri Mar 07 15:20:23 -0800 2008 | [lmarlow] |
| |
website/ | Fri Mar 07 15:13:37 -0800 2008 | [lmarlow] |
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 If you would like some basic command completion for installed gems add the following to your ~/.bashrc or ~/.profile: complete -C "/usr/bin/gemedit --complete" gemedit == USAGE: If you want to see how gemedit works just install it and run this: $ gemedit gemedit Gemedit tries to use your favorite editor from your <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]: $ gemedit -e mate rake And of course, help is available: $ gemedit -h $ gemedit --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




