souvikinator / asker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?)

About

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

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 99.2%Language:Makefile 0.8%