pkgsrc/devel/ruby-tty-reader/PLIST
taca c5e1d32bed devel/ruby-tty-reader: add version 0.7.0 package
Add ruby-tty-reader version 0.7.0 package.


TTY::Reader

> A pure Ruby library that provides a set of methods for processing keyboard
  input in character, line and multiline modes. It maintains history of
  entered input with an ability to recall and re-edit those inputs. It lets
  you register to listen for keystroke events and trigger custom key events
  yourself.

TTY::Reader provides independent reader component for TTY
(https://github.com/piotrmurach/tty) toolkit.
2020-01-19 14:53:44 +00:00

42 lines
1.5 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:53:44 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/benchmarks/speed_read_char.rb
${GEM_LIBDIR}/benchmarks/speed_read_line.rb
${GEM_LIBDIR}/bin/console
${GEM_LIBDIR}/bin/setup
${GEM_LIBDIR}/examples/keypress.rb
${GEM_LIBDIR}/examples/keypress_nonblock.rb
${GEM_LIBDIR}/examples/line.rb
${GEM_LIBDIR}/examples/multi_prompt.rb
${GEM_LIBDIR}/examples/multiline.rb
${GEM_LIBDIR}/examples/noecho.rb
${GEM_LIBDIR}/examples/shell.rb
${GEM_LIBDIR}/lib/tty-reader.rb
${GEM_LIBDIR}/lib/tty/reader.rb
${GEM_LIBDIR}/lib/tty/reader/console.rb
${GEM_LIBDIR}/lib/tty/reader/history.rb
${GEM_LIBDIR}/lib/tty/reader/key_event.rb
${GEM_LIBDIR}/lib/tty/reader/keys.rb
${GEM_LIBDIR}/lib/tty/reader/line.rb
${GEM_LIBDIR}/lib/tty/reader/mode.rb
${GEM_LIBDIR}/lib/tty/reader/version.rb
${GEM_LIBDIR}/lib/tty/reader/win_api.rb
${GEM_LIBDIR}/lib/tty/reader/win_console.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/unit/history_spec.rb
${GEM_LIBDIR}/spec/unit/key_event_spec.rb
${GEM_LIBDIR}/spec/unit/line_spec.rb
${GEM_LIBDIR}/spec/unit/publish_keypress_event_spec.rb
${GEM_LIBDIR}/spec/unit/read_keypress_spec.rb
${GEM_LIBDIR}/spec/unit/read_line_spec.rb
${GEM_LIBDIR}/spec/unit/read_multiline_spec.rb
${GEM_LIBDIR}/spec/unit/subscribe_spec.rb
${GEM_LIBDIR}/tasks/console.rake
${GEM_LIBDIR}/tasks/coverage.rake
${GEM_LIBDIR}/tasks/spec.rake
${GEM_LIBDIR}/tty-reader.gemspec
${GEM_HOME}/specifications/${GEM_NAME}.gemspec