| Crates.io | text-completions |
| lib.rs | text-completions |
| version | 0.1.0 |
| created_at | 2023-04-09 01:58:38.967225+00 |
| updated_at | 2023-04-09 01:58:38.967225+00 |
| 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-completionsThis 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.