An Unix CLI based on Tokio
TokioCLI is a very simple async libary allowing to build interactive CLI for UNIX systems.
The following features are supported:
- Auto-completion with tabulation.
- Commands history
This library was initially developped for the CLI implentation of acsrs: https://github.com/guillaumepellegrino/acsrs/blob/master/src/acscli.rs
Library documetation is available here: https://docs.rs/tokiocli/latest/tokiocli/index.html
Examples are availabe here: https://github.com/guillaumepellegrino/tokiocli/tree/master/examples
Crate is available at: https://crates.io/crates/tokiocli
TODO:
- History persistence
- Ctrl-R ?