asker icon indicating copy to clipboard operation
asker copied to clipboard

A collection of common interactive command line user interfaces for C++

Asker

A collection of common interactive command line user interfaces for C++ . Inspired by inquirer

demo (will be updated on new features)

demo

TODO:

  • [ ] Code cleanup

  • [ ] Minor bug fixes

  • [x] Add make file

  • [ ] Add tests

  • [x] Inputs:

    • [x] validation
    • [x] normal input
    • [x] password input
    • [x] hidden input
    • [x] input from text editor
  • [x] Confirm (y/n) prompt

  • [x] Select

    • [x] list select
    • [x] multi select (checkbox?)