JoshMcguigan / shell_completion

Write shell completion scripts in pure Rust
Apache License 2.0
133 stars 6 forks source link

`compgen` completions tracking issue #1

Open JoshMcguigan opened 5 years ago

JoshMcguigan commented 5 years ago

The compgen shell built-in provides helper methods for returning completions. Presently, shell_completion provides a naive implementation of only a small fraction of the completions provided by compgen. This issue tracks progress toward shell_completion achieving feature parity.

source of compgen functionality

Pull requests adding any of the above would be very much appreciated. Feel free to reach out in this issue thread if you have any questions about how to get started.