#completion #file-path #prompt #cli #env-var

text-completions

Environment and file path completions for dialoguer

1 unstable release

0.1.0 Apr 9, 2023

#91 in #completion

27 downloads per month
Used in system-hook

MIT license

6KB
78 lines

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.


lib.rs:

text-completion

This crate provides tab completions for the dialoguer

Dependencies

~4–12MB
~76K SLoC