Reline¶ ↑
Overview¶ ↑
Reline is Ruby’s official library for input editing and history management.
Installation¶ ↑
To install it with bundler
, add this line to your application’s Gemfile:
gem 'reline'
Then execute:
$ bundle
Or install it directly with:
$ gem install reline
Usage¶ ↑
See Reline
module for public API.
See Face.md for customizing Reline’s UI appearance.
License¶ ↑
The gem is available as open source under the terms of the Ruby License.