JoshMcguigan / shell_completion

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

cross platform support #2

Open JoshMcguigan opened 5 years ago

JoshMcguigan commented 5 years ago

I've tested shell_completion on OS X in a Bash 3.2 shell. Please report here if this crate does not work on your OS/shell.

PRs adding cross platform support are welcome. This issue thread can also be used for discussion how shell_completion can provide a higher-level cross platform abstraction of the current text the user has entered.

The easiest way to test shell_completion can be found under the Usage section in the readme.