Aug
30th
2010
Mon
30th
2010
Here’s a little bookmarklet for turning github into rdoc
rdoc.info is a great resource for seeing the documentation of ruby projects. Here’s a little transforming bookmarklet you can click on while on the main page of any github project to take you to the rdoc.info page for that project.
Just drag this link to your bookmarks bar:
rdoc lookup
Depending on your browser’s security settings, you might have to edit the text of the address because it’s a javascript link. It should be:
javascript:void(location.href=location.href.replace(/github.com/,%22rdoc.info/projects%22))