Skip to content

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

License

Notifications You must be signed in to change notification settings

souvikinator/asker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Add make file

  • Add tests

  • Inputs:

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

  • Select

    • list select
    • multi select (checkbox?)