Skip to content

Instantly share code, notes, and snippets.

@mattbague
Created December 8, 2018 00:52
Show Gist options
  • Save mattbague/397f94c52b9400deb38bf7824ceb0012 to your computer and use it in GitHub Desktop.
Save mattbague/397f94c52b9400deb38bf7824ceb0012 to your computer and use it in GitHub Desktop.
Pretty JSON CLI
function pj {
json=$(echo $1 | python -m json.tool)
echo $json | pbcopy
echo $json
}
@karun012
Copy link

karun012 commented Dec 8, 2018

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment