azendal / assembla_cli

an assembla.com cli
2 stars 0 forks source link

could we vote to use regular irb instead of loop #7

Closed azendal closed 12 years ago

azendal commented 12 years ago

the good thing that we had when using plain irb was that we even had all the irb power, autocompletion, and the full ruby environment, also we had the option to pipe commands to assembla to do even more cool stuff with unix, maybe a lil discusion could help?

azendal commented 12 years ago

i know there is a way to reformat the prompt of irb to show "assembla>" to preserve it visually similar

luisgodinez commented 12 years ago

agree

ktlacaelel commented 12 years ago

Yeah, I agree. the advantages that irb gives us is that it handles traps and signals, and its unix friendly, plus we can programatically change tickets since we have all the ruby stack available for us! Am not quite sure but I think you can actually configure/change the irb prompt!

edgarjs commented 12 years ago

It's good, I changed it because I added the bin executable, but we can start an IRB session in it. Indeed it is intended to be improved, I left a TODO note in the loop.

edgarjs commented 12 years ago

done in 8cc0d87a711299f073a506d45f075893fe5765e2 May need some improvements