awscli-capf icon indicating copy to clipboard operation
awscli-capf copied to clipboard

Completion at point function for AWS CLI commands and parameters

Results 5 awscli-capf issues
Sort by recently updated
recently updated
newest added

When I wrote the scrapping routine I considered scrapping the reference in the website. This ckuld still happen, the functions mentioned in #3 would help.

I saw something about making completion "not exclusive". Now that there are annotations to know if something is coming from the AWS completion, it would be better to allow other...

For each candidate, we generate the custom properties like ":awsdocs" on each completion. This is inefficient. Maybe it doesn't matter at all, but it does feel wrong. We could either...

The data is not stored as a `prin1-to-string`. It's really easy to use, but there might be more convenient formats. For starters, JSON for example would be more human-editable. Maybe...

This would allow updates to the metadata without running the whole CLI scrapping again, and also people could add their own custom completion values (for example --profile values, of path...