Skip to content

Instantly share code, notes, and snippets.

@ZuZuD
Last active April 11, 2018 00:12
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 ZuZuD/aa94ed6ed831b69d85c8e08cec05316b to your computer and use it in GitHub Desktop.
Save ZuZuD/aa94ed6ed831b69d85c8e08cec05316b to your computer and use it in GitHub Desktop.
Python pprint from bash
alias pprint="python -c \"import pprint, sys, json; pprint.pprint(json.loads(''.join([x.strip() for x in sys.stdin.readlines()]))) \""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment