Path to this page:
./
devel/ruby-tty-reader,
Set of methods for processing keyboard input
Branch: CURRENT,
Version: 0.9.0,
Package name: ruby27-tty-reader-0.9.0,
Maintainer: pkgsrc-usersTTY::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.
Required to run:[
lang/ruby26-base] [
devel/ruby-tty-screen] [
devel/ruby-tty-cursor] [
devel/ruby-wisper]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 18 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-tty-reader-0.9.0
- (2021-01-11) Updated to version: ruby26-tty-reader-0.9.0
- (2020-09-14) Updated to version: ruby26-tty-reader-0.8.0
- (2020-01-19) Package added to pkgsrc.se, version ruby26-tty-reader-0.7.0 (created)
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-01-11 14:26:44 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-tty-reader: update to 0.9.0
pkgsrc change: update HOMEPAGE to https://ttytoolkit.org/.
## [v0.9.0] - 2020-12-08
### Added
* Add buffer to save input when traversing history and restore it back
similar to shell
### Changed
* Pressing :down no longer erases the #read_line input if history is disabled by \
Charles Pence (@pencechp)
* Change Reader initializer to use keyword arguments in place of options hash
* Change history to only exclude empty lines without any space or invisible \
characters
* Change all input reading methods to use explicit keyword arguments
### Fix
* Fix #read_multiline :value parameter to insert content only once in the first line
|
2020-09-14 02:14:42 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-tty-reader: update to 0.8.0
Update ruby-tty-reader to 0.8.0.
## [v0.8.0] - 2020-06-28
### Changed
* Change gemspec to load version directly and remove test artefacts
* Change to update tty-screen dependency
* Change to remove bundler dev dependency and relax wisper version
|
2020-01-19 15:53:44 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
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.
|