User Interaction
Recipe | Crates | Categories |
---|---|---|
Ask for Confirmation, Selection, Text Input | ||
Display Progress Bars and Spinners |
Ask for Confirmation, Selection, Text Input
inquire
⮳ provides several different prompts, in order to interactively ask the user for information via the CLI.
It offers a range of built-in prompts for various data types, including text input, selections, confirmations, and password entry, simplifying the creation of interactive CLI applications.
Display Progress Bars and Spinners
indicatif
⮳ is a progress bar library for command line applications. It allows developers to easily create and manage progress bars, spinners, and other visual feedback mechanisms to display the progress of long-running tasks.
Related Topics
- ANSI Terminals.
- User Directories.