console-rs/dialoguer
Rust utility library for nice command line prompts and similar things observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 91
- Release rhythm 52
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 3403
- days_rel: 323
- days_push: 56
- n_releases_24m: 3
Adoption not part of the score
1610 stars · 176 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Dialoguer is a Rust library for building interactive command line prompts, such as confirmations, input fields, password prompts, and selection menus. It is part of the console-rs family of terminal UI libraries alongside console and indicatif.
Use cases
- ask users yes/no confirmation questions in a CLI
- prompt for text or password input on the command line
- build interactive selection menus and multi-select lists in Rust
- create pickers for choosing items from a list in a terminal app
- add interactive setup wizards to a Rust command line tool
When to choose
- you are writing a Rust CLI that needs interactive user input
- you want polished terminal prompts with minimal effort
- you already use console or indicatif and want a matching prompting library
When to avoid
- you need full TUI layouts or complex terminal interfaces (use crossterm or ratatui instead)
- your tool must run non-interactively without a TTY
- you are not working in Rust
Facets
library · maturity stable
cli developer-tools developer-tools rust cli cross-platform prompts interactive-cli terminal user-input menus confirmation-dialogs console command-line
2 sources
- readme: https://github.com/console-rs/dialoguer · fetched 2026-08-28 · e3490cfb51bf
- registry_crates: https://crates.io/api/v1/crates/dialoguer · fetched 2026-08-29 · 85a456840375
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| console-rs/dialoguer | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="console-rs/dialoguer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem