Crates.io | text-completions |
lib.rs | text-completions |
version | 0.1.0 |
source | src |
created_at | 2023-04-09 01:58:38.967225 |
updated_at | 2023-04-09 01:58:38.967225 |
description | Environment and file path completions for dialoguer |
homepage | https://github.com/beaconbrigade/system-hook/tree/master/text-completions |
repository | https://github.com/beaconbrigade/system-hook.git |
max_upload_size | |
id | 833885 |
size | 17,131 |
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 Completion
s together.