Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/console-rs/dialoguer

Rust utility library for nice command line prompts and similar things
https://github.com/console-rs/dialoguer

Last synced: 25 days ago
JSON representation

Rust utility library for nice command line prompts and similar things

Awesome Lists containing this project

README

        

# dialoguer

[![Build Status](https://github.com/console-rs/dialoguer/workflows/CI/badge.svg)](https://github.com/console-rs/dialoguer/actions?query=branch%3Amaster)
[![Latest version](https://img.shields.io/crates/v/dialoguer.svg)](https://crates.io/crates/dialoguer)
[![Documentation](https://docs.rs/dialoguer/badge.svg)](https://docs.rs/dialoguer)

A rust library for command line prompts and similar things.

Best paired with other libraries in the family:

* [console](https://github.com/console-rs/console)
* [indicatif](https://github.com/console-rs/indicatif)

## License and Links

* [Documentation](https://docs.rs/dialoguer/)
* [Issue Tracker](https://github.com/console-rs/dialoguer/issues)
* [Examples](https://github.com/console-rs/dialoguer/tree/master/examples)
* License: [MIT](https://github.com/console-rs/dialoguer/blob/main/LICENSE)