Skip to content

guillaumepellegrino/tokiocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TokioCLI

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 ?

About

A Unix CLI based on Tokio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages