1 unstable release

0.1.0 Oct 23, 2022

#891 in Command-line interface

26 downloads per month
Used in geekbar_core

MIT license

125KB
2.5K SLoC

dialoguer

Build Status Latest version Documentation

A rust library for command line prompts and similar things.


lib.rs:

dialoguer 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.

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

Dependencies

~0.2–9MB
~81K SLoC