Skip to content

Instantly share code, notes, and snippets.

@tmichel
Created October 11, 2022 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmichel/e9055b88484d82c5af5a52bce585918e to your computer and use it in GitHub Desktop.
Save tmichel/e9055b88484d82c5af5a52bce585918e to your computer and use it in GitHub Desktop.
fish completions for awscli
function __fish_complete_aws
env COMP_LINE=(commandline -pc) aws_completer | tr -d ' '
end
complete -c aws -f -a "(__fish_complete_aws)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment