Home > ruby_linenoise

ruby_linenoise

Ruby_linenoise is a project mainly written in Ruby, it's free.

Ruby FFI binding for linenoise

Ruby Linenoise binding

Hooks into antirez's linenoise library, a simpler alternative to readline. See 'simple_test.rb' for usage.

FEATURES

  • Save history to file
  • Load history from file
  • Completion callback

TODO

  • Use this in place of IRB's readline history/command completion
Previous:hello_world