A simple command-line input library

It currently lets you ask for:

  • a password (just calls rpassword).
  • a line of text.
  • a yes-or-no question.
  • text through an editor (like when git asks for a commit message).
  • the user to select one option from a list.

https://github.com/quadrupleslap/quest

1 Like