1 unstable release

0.11.0 Feb 19, 2025

#550 in Command-line interface

Download history 197/week @ 2025-02-19 5/week @ 2025-02-26

202 downloads per month

MIT license

140KB
3K SLoC

dialoguer-ext

Build Status Latest version Documentation

This is a fork of dialoguer

A rust library for command line prompts and similar things.

Best paired with other libraries in the family:


lib.rs:

dialoguer-ext is a library for Rust that helps you build useful small interactive user inputs for the command line. It provides utilities to render various simple dialogs like confirmation prompts, text inputs and more.

This is a fork of dialoguer (https://github.com/console-rs/dialoguer)

Best paired with other libraries in the family:

Crate Contents

  • Confirmation prompts
  • Input prompts (regular and password)
  • Input validation
  • Selections prompts (single and multi)
  • Fuzzy select prompt
  • Other kind of prompts
  • Editor launching

Crate Features

The following crate features are available:

  • editor: enables bindings to launch editor to edit strings
  • fuzzy-select: enables fuzzy select prompt
  • history: enables input prompts to be able to track history of inputs
  • password: enables password input prompt
  • completion: enables ability to implement custom tab-completion for input prompts

By default editor and password are enabled.

Dependencies

~2–11MB
~133K SLoC