makandra / geordi

Collection of command line tools used in our daily work with Ruby, Rails and Linux.
https://makandra.com/
MIT License
104 stars 16 forks source link

disable multiline autocomplete by default #176 #182

Closed tecden closed 1 year ago

codener commented 1 year ago

I tried geordi console on Ruby 2.7 with IRB 1.4.1 locally and IRB 1.2.6 on the Server. Unfortunately, pasting is still slow.

It seems the performance improvement is bound to the Ruby version and not the irb version. So please refactor this accordingly.

Please also update the CHANGELOG with notable changes (see https://github.com/makandra/geordi#contributing).

codener commented 1 year ago

Ah, and please print a message when using the flag:

Interaction.note 'Using --no-multiline switch for faster pasting'