Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/console-rs/dialoguer
- Owner: console-rs
- License: mit
- Created: 2017-05-09T14:04:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T12:55:17.000Z (8 months ago)
- Last Synced: 2024-04-14T01:07:46.286Z (7 months ago)
- Language: Rust
- Size: 332 KB
- Stars: 1,208
- Watchers: 10
- Forks: 138
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - console-rs/dialoguer
- awesome-rust - console-rs/dialoguer - Library for command line prompts and similar things. (Libraries / Command-line)
- fucking-awesome-rust - console-rs/dialoguer - Library for command line prompts and similar things. (Libraries / Command-line)
- fucking-awesome-rust - console-rs/dialoguer - Library for command line prompts and similar things. (Libraries / Command-line)
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)