TTY2::Prompt
A tty-prompt fork with the objective of adding a customized word completion mechanism
TTY2::Prompt intends to be an up to date clone of TTY::Prompt, solely extending it with a customized word completion mechanism. This page only covers the applied modifications.
Modifications
- Renamed to TTY2::Prompt
- Make use of TTY2::Reader instead of TTY::Reader
Installation
Add this line to your application's Gemfile:
gem "tty2-prompt"
And then execute:
$ bundle
Or install it yourself as:
$ gem install tty2-prompt
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/zzyzwicz/tty2-prompt.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the TTY2::Reader project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Copyright
Copyright for portions of project TTY2::Prompt are held by Piotr Murach, 2015 as part of project TTY::Prompt. All other copyright for project TTY2::Prompt are held by zzyzwicz, 2021.