README.rdoc in ripl-0.3.5 vs README.rdoc in ripl-0.3.6
- old
+ new
@@ -185,10 +185,11 @@
* {nirvana}[http://github.com/cldwalker/nirvana]: A ruby web shell complete with autocomplete
* {fresh}[http://github.com/janlelis/fresh]: An interesting ruby/system hybrid shell
* {ripl-johnson}[http://github.com/cldwalker/ripl-johnson]: A js shell based on johnson (firefox tracemonkey)
* {ronin}[https://github.com/ronin-ruby/ronin]: An exploit development platform using ripl for its console
+* {tux}[http://github.com/cldwalker/tux]: A sinatra shell
== More Ripl Links
* {ripl screencast}[http://www.rubypulse.com/ep0.51_ripl.html]
* {overview of ripl features}[http://rbjl.net/44-ripl-why-should-you-use-an-irb-alternative]
@@ -197,5 +198,6 @@
Some other irb alternatives to check out:
* {ir}[http://github.com/raggi/ir]: nice and light
* {irb2}[http://github.com/wycats/irb2]: yehuda katz's partial attempt at rewriting irb
* {dietrb}[http://github.com/alloy/dietrb]: mac and ruby 1.9 specific
+* {pry}[http://github.com/banister/pry]: featureful but heavy