Crates.io | clitui |
lib.rs | clitui |
version | 0.1.1 |
source | src |
created_at | 2024-07-21 15:38:58.90651 |
updated_at | 2024-07-22 16:10:27.744882 |
description | A tui for your cli tools. |
homepage | https://github.com/Xalanot/clitui |
repository | |
max_upload_size | |
id | 1310407 |
size | 405,976 |
Automatic gui generation for cli tools.
Based on the help string provided by your cli tool, clitui will create a tui (terminal user interface) for you. As this is a very early version,
clitui only supports cli tools that use clap for command line handling. In the future, there will be support for more different types of help messages.
cargo install clitui