janlelis/irbtools

Customization

codic12 opened this issue · 2 comments

Example: allow user to have

>> # code
=>  return value

Instead of

>> # code # => return value

allowing changing the prompt (eg say you want > or >>> or the irb default) would also be a big plus!

Hi @gsbhasin123,

thank your for your feedback. The two above things are already configurable, although this is not obvious from the Irbtools documentation. I have extended the CONFIGURE.md file to show how to achieve this: ec1e89f

Awesome!