defunkt/repl

Change prompt to [cmd]>>

Closed this issue · 2 comments

repl is awesome. In fact sometimes I'm using it for a couple of different programs.

The thing is, if I open too many at once, or I leave for food and come back to pick up where I left off, I quickly forget and have absolutely no idea which command I’ve repl-ed in which terminal.

It'd be fantastic if repl put the command it’s currently wrapping into the prompt. ☺

It does =)

d872add

$ repl redis-cli
redis-cli>> info
redis_version:2.0.4

Oh…defunkt, you are just too good. ☺

Thanks!