Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/souvikinator/asker

A collection of common interactive command line user interfaces for C++
https://github.com/souvikinator/asker

c-plus-plus cli command-line command-line-interface cplusplus-library cpp-inquirer hacktoberfest hacktoberfest-accepted hacktoberfest2021 input inquirer inquirerjs js prompt

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Asker

A collection of common interactive command line user interfaces for C++ . Inspired by [inquirer](https://www.npmjs.com/package/inquirer)

### demo (will be updated on new features)

![demo](https://raw.githubusercontent.com/souvikinator/asker/master/assets/demo.gif)

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