Skip to content

Instantly share code, notes, and snippets.

@dannyfallon
Last active August 29, 2015 14:05
Show Gist options
  • Save dannyfallon/46404cb34985ad09da77 to your computer and use it in GitHub Desktop.
Save dannyfallon/46404cb34985ad09da77 to your computer and use it in GitHub Desktop.
Replaces the AWS CLI with a piped command that prettifies and colorises the output
#
# Pretty, colourful AWS
#
function paws() {
/usr/local/bin/aws "$@" | python -m json.tool | pygmentize -l javascript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment