text-completions

Crates.iotext-completions
lib.rstext-completions
version0.1.0
sourcesrc
created_at2023-04-09 01:58:38.967225
updated_at2023-04-09 01:58:38.967225
descriptionEnvironment and file path completions for dialoguer
homepagehttps://github.com/beaconbrigade/system-hook/tree/master/text-completions
repositoryhttps://github.com/beaconbrigade/system-hook.git
max_upload_size
id833885
size17,131
Ryan (BeaconBrigade)

documentation

https://docs.rs/text-completions

README

text-completions

This library provides implementations of the Completion trait. It contains the EnvCompletion which autocompletes environment variables typed in the unix style, the PathCompletion which completes file system paths and MultiCompletion which combines multiple Completions together.

Commit count: 26

cargo fmt