Qoa
Minimal interactive command-line prompts library
...It helps developers collect user input through simple, interactive, and configurable terminal prompts. The library has no external dependencies, which makes it small, fast, and easy to add to CLI tools. It includes seven prompt types, covering plain input, confirmation, password-style hidden input, single-key input, quizzes, and navigable choices. Qoa can run prompts sequentially through one async prompt function or individually through each prompt’s own async method. It is best suited for developers who want clean terminal interactions without adding a heavy prompt framework.