mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-12-02 02:56:33 +02:00
Added dialoguer library for terminal prompts
Was trying to find a good terminal library in which one could select an options, came across dialoguer and thought that it deserves to be mentioned here. It does something similar to this: https://imgur.com/a/90Bn9Bt It has close to 1k stars.
This commit is contained in:
parent
633e798f10
commit
9d03b9a755
@ -890,6 +890,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
|
||||
* [mackwic/colored](https://github.com/mackwic/colored) [[colored](https://crates.io/crates/colored)] — Coloring terminal so simple, you already know how to do it!
|
||||
* [ogham/rust-ansi-term](https://github.com/ogham/rust-ansi-term) [[ansi_term](https://crates.io/crates/ansi_term)] — control colours and formatting on ANSI terminals [![build badge](https://api.travis-ci.org/ogham/rust-ansi-term.svg?branch=master)](https://travis-ci.org/ogham/rust-ansi-term)
|
||||
* [SergioBenitez/yansi](https://github.com/SergioBenitez/yansi) [[yansi](https://crates.io/crates/yansi)] — A dead simple ANSI terminal color painting library
|
||||
* [console-rs/dialoguer](https://github.com/console-rs/dialoguer) [[dialoguer](https://crates.io/crates/dialoguer)] — A rust library for command line prompts and similar things.
|
||||
* TUI
|
||||
* BearLibTerminal
|
||||
* [cfyzium/bearlibterminal](https://github.com/nabijaczleweli/BearLibTerminal.rs) [[bear-lib-terminal](https://crates.io/crates/bear-lib-terminal)] — [BearLibTerminal](https://github.com/tommyettinger/BearLibTerminal) bindings [![build badge](https://api.travis-ci.org/nabijaczleweli/BearLibTerminal.rs.svg?branch=master)](https://travis-ci.org/nabijaczleweli/BearLibTerminal.rs)
|
||||
|
Loading…
Reference in New Issue
Block a user