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.
- Host: GitHub
- URL: https://github.com/piotrmurach/tty-reader
- Owner: piotrmurach
- License: mit
- Created: 2017-08-30T18:33:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T11:18:46.000Z (about 1 year ago)
- Last Synced: 2024-11-01T13:28:52.306Z (about 2 months ago)
- Topics: cli, console, line-editing, ruby, ruby-gem, terminal, tty, word-completion
- Language: Ruby
- Homepage: https://ttytoolkit.org
- Size: 1010 KB
- Stars: 89
- Watchers: 3
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
-
Funding.yml:
- Github: piotrmurach
- Funding Links:
Owner metadata:
- Name: Piotr Murach
- Login: piotrmurach
- Email:
- Kind: user
- Description: Tender loving command line.
- Website: https://piotrmurach.com
- Location: Sheffield / Olsztyn
- Twitter: piotr_murach
- Company:
- Icon url: https://avatars.githubusercontent.com/u/444312?v=4
- Repositories: 89
- Last Synced at: 2024-05-20T15:04:48.882Z
- Profile URL: https://github.com/piotrmurach
- Sponsor URL:
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 | 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
- Total packages: 3
-
Total downloads:
- rubygems: 42,662,584 total
- Total docker downloads: 482,641,807
- Total dependent packages: 25 (may contain duplicates)
- Total dependent repositories: 3,188 (may contain duplicates)
- Total versions: 20
- Total maintainers: 1
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
- 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
- rake >= 0 development
- rspec >= 3.0 development
- tty-cursor ~> 0.7
- tty-screen ~> 0.8
- wisper ~> 2.0
- actions/checkout v2 composite
- ruby/setup-ruby v1 composite