1 unstable release
0.1.0 | Apr 9, 2023 |
---|
#97 in #completion
27 downloads per month
Used in system-hook
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 Completion
s together.
lib.rs
:
text-completion
This crate provides tab completions for the dialoguer
Dependencies
~4–11MB
~67K SLoC