| Crates.io | compy |
| lib.rs | compy |
| version | 0.0.1 |
| created_at | 2020-05-03 19:46:13.373213+00 |
| updated_at | 2020-05-03 19:46:13.373213+00 |
| description | Shell agnostic command completion - a rust implementation of compgen |
| homepage | https://github.com/aneeshdurg/compy |
| repository | https://github.com/aneeshdurg/compy |
| max_upload_size | |
| id | 237207 |
| size | 24,645 |
compy is a shell agonstic re-implementation of bash's compgen.Since one of the
goals is to be shell agnostic, certain compgen features like -F and some of
it's actions like arrayvar are omitted.
The project is split into a binary and a library so that compy can be used in
other projects.
Run cargo build to build the project and cargo install --path . to install it.