ruby-tty-reader

Library for processing keyboard input in character, line and multiline modes
  https://piotrmurach.github.io/tty
  0
  no reviews



This pure Ruby library allows terminal applications to provide convenient text input. It maintains a history of entered input with an ability to recall and re-edit those inputs. It can listen for keystroke events and trigger custom key events.

It is a component of the TTY Toolkit.