https://github.com/piotrmurach/tty-reader

cli console line-editing ruby ruby-gem terminal tty word-completion

Last synced: about 1 month ago

Repository metadata:

A set of methods for processing keyboard input in character, line and multiline modes.


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 228
Total Committers: 7
Avg Commits per committer: 32.571
Development Distribution Score (DDS): 0.031

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Piotr Murach p****h@g****m 221
Samuel Williams s****s@o****z 2
Charles Pence c****s@c****t 1
Joe Eli McIlvain j****c@g****m 1
Katelyn Schiesser k****r@g****m 1
Mark Allen m****n@g****m 1
Josh Bodah j****h 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

rubygems: tty-reader

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.

  • Homepage: https://ttytoolkit.org
  • Documentation: http://www.rubydoc.info/gems/tty-reader/
  • Licenses: MIT
  • Latest release: 0.9.0 (published about 4 years ago)
  • Last Synced: 2024-11-10T21:04:38.234Z (about 1 month ago)
  • Versions: 9
  • Dependent Packages: 24
  • Dependent Repositories: 3,188
  • Downloads: 42,662,584 Total
  • Docker Downloads: 482,641,807
  • Rankings:
    • Docker downloads count: 0.26%
    • Dependent repos count: 0.555%
    • Downloads: 0.579%
    • Dependent packages count: 1.167%
    • Average: 2.64%
    • Stargazers count: 5.904%
    • Forks count: 7.373%
  • Maintainers (1)
go: github.com/piotrmurach/tty-reader

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/piotrmurach/tty-reader#section-documentation
  • Licenses: mit
  • Latest release: v0.9.0 (published about 4 years ago)
  • Last Synced: 2024-11-10T21:04:38.896Z (about 1 month ago)
  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 4.753%
    • Forks count: 5.307%
    • Average: 7.609%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%
conda: rb-tty-reader

  • Homepage: https://rubygems.org/gems/tty-reader
  • Licenses: MIT
  • Latest release: 0.7.0 (published about 5 years ago)
  • Last Synced: 2024-11-10T21:05:00.445Z (about 1 month ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 28.82%
    • Stargazers count: 32.014%
    • Average: 33.042%
    • Dependent repos count: 34.025%
    • Forks count: 37.31%

Dependencies

Gemfile rubygems
  • benchmark-ips ~> 2.7.2 development
  • coveralls_reborn ~> 0.21.0 development
  • rspec-benchmark ~> 0.6 development
  • simplecov ~> 0.21.0 development
  • yard ~> 0.9 development
  • yardstick ~> 0.9.9 development
tty-reader.gemspec rubygems
  • rake >= 0 development
  • rspec >= 3.0 development
  • tty-cursor ~> 0.7
  • tty-screen ~> 0.8
  • wisper ~> 2.0
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • ruby/setup-ruby v1 composite