diff --git a/README.md b/README.md index 8c896477..77e06ea3 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ In the example above, shell autocompletion retrieved the existing EC2 Keypair names (`alice`, `bob`) from AWS. This helps avoid the need to rely on human memory or terminal copypasta. +Additionally, all of the bash-my-aws commands are available as completions +for the `bma` command, so `bma[tab][tab]` will produce a list of all of the +available commands. ### Unix Pipeline Friendly diff --git a/docs/index.md b/docs/index.md index 629ea002..c8f5f6e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -76,6 +76,9 @@ In the example above, shell autocompletion retrieved the existing EC2 Keypair names (`alice`, `bob`) from AWS. This helps avoid the need to rely on human memory or terminal copypasta. +Additionally, all of the bash-my-aws commands are available as completions +for the `bma` command. This means you can `bma[tab][tab]` to get a listing +of all the commands. ### Unix Pipeline Friendly