Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/souvikinator/asker
- Owner: souvikinator
- License: bsd-2-clause
- Created: 2021-04-18T19:05:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T04:44:23.000Z (about 3 years ago)
- Last Synced: 2024-05-01T18:12:54.973Z (7 months ago)
- Topics: c-plus-plus, cli, command-line, command-line-interface, cplusplus-library, cpp-inquirer, hacktoberfest, hacktoberfest-accepted, hacktoberfest2021, input, inquirer, inquirerjs, js, prompt
- Language: C++
- Homepage:
- Size: 206 KB
- Stars: 22
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?)