stringbot / Rococo

GitHub enabled Rocco parsing script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rococo

Rococo fetches a provided GitHub source (blob) url, runs it through Rocco and then opens it in your local browser.

Install it in a script directory and chmod it +x, then call it like

  $ rococo.rb http://github.com/path/to/blob/file.rb

Dependencies

TODO's

  • Right now it only works on Mac OS X because it uses the system command 'open' to display the output in your browser.

  • Maybe make it suck down a whole repo and rocco-fy it instead of dealing with individual files?

Thanks

Super props to Ryan Tomayko for Rocco and Jeremy Ashkenas for Docco.

About

GitHub enabled Rocco parsing script


Languages

Language:Ruby 100.0%