top | item 12321839

(no title)

unfletch | 9 years ago

Another generic `repl` utility, this one in ruby: https://github.com/defunkt/repl

discuss

order

Sir_Cmpwn|9 years ago

I find it hilarious that there's a ruby version of a tool that can be implemented in 10 lines of bash. It's like atwood's law all over again. Use the right tool for the job, please.

jbbarth|9 years ago

I'd be happy to see your 10 lines bash version of this ruby tool, with the same options/properties (debug messages, customizable prompt, history logging, same safeguards, rlwrap support, man page).

joh6nn|9 years ago

i actually ported this over to POSIX shell a few years back: https://github.com/joh6nn/shrepl

afaik, it will work just about anywhere you can invoke a shell (i haven't tested it all that extensively)