#prompt #menu #command-line #cli

ahum_dialoguer

A fork of dialoguer - A command line prompting library

2 unstable releases

0.5.0 May 13, 2019
0.4.0 May 9, 2019

#66 in #menu

MIT license

56KB
1.5K SLoC

dialoguer

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
  • Menu selections
  • Checkboxes
  • Editor launching

Dependencies

~3–11MB
~107K SLoC