0.0
No release in over a year
A beautiful and powerful interactive command line prompt with a robust API for getting and validating complex inputs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 3.0

Runtime

~> 0.8
~> 0.9.0.3
 Project Readme

TTY2::Prompt

Gem Version Build status

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.