Skip to content

Instantly share code, notes, and snippets.

@sethfischer
Last active January 19, 2021 01:09
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 sethfischer/ae51e0c1fcb20cf228e39b8c47c8197c to your computer and use it in GitHub Desktop.
Save sethfischer/ae51e0c1fcb20cf228e39b8c47c8197c to your computer and use it in GitHub Desktop.
Pretty print JSON in terminal
curl --silent --show-error https://api.github.com/users/sethfischer | 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