├── LICENSE ├── README.md ├── awscli-capf-docs.data ├── awscli-capf.el └── screenshots ├── CommandCompletion.png ├── CommandCompletionWithDocs.png ├── ParameterWithDocs.png ├── ParamsNoRepeat.png ├── ServiceCompletion.png └── ServiceCompletionWithDocs.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/README.md -------------------------------------------------------------------------------- /awscli-capf-docs.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/awscli-capf-docs.data -------------------------------------------------------------------------------- /awscli-capf.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/awscli-capf.el -------------------------------------------------------------------------------- /screenshots/CommandCompletion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/screenshots/CommandCompletion.png -------------------------------------------------------------------------------- /screenshots/CommandCompletionWithDocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/screenshots/CommandCompletionWithDocs.png -------------------------------------------------------------------------------- /screenshots/ParameterWithDocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/screenshots/ParameterWithDocs.png -------------------------------------------------------------------------------- /screenshots/ParamsNoRepeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/screenshots/ParamsNoRepeat.png -------------------------------------------------------------------------------- /screenshots/ServiceCompletion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/screenshots/ServiceCompletion.png -------------------------------------------------------------------------------- /screenshots/ServiceCompletionWithDocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebasmonia/awscli-capf/HEAD/screenshots/ServiceCompletionWithDocs.png --------------------------------------------------------------------------------