compy

Crates.iocompy
lib.rscompy
version0.0.1
sourcesrc
created_at2020-05-03 19:46:13.373213
updated_at2020-05-03 19:46:13.373213
descriptionShell agnostic command completion - a rust implementation of compgen
homepagehttps://github.com/aneeshdurg/compy
repositoryhttps://github.com/aneeshdurg/compy
max_upload_size
id237207
size24,645
Aneesh Durg (aneeshdurg)

documentation

README

Compy - Shell agnostic command completion

A rust implementation of Bash's compgen

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.

Building and Installing

Run cargo build to build the project and cargo install --path . to install it.

Commit count: 12

cargo fmt