Skip to content

Instantly share code, notes, and snippets.

@davidsturgeon
Created April 4, 2014 17:20
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 davidsturgeon/9979030 to your computer and use it in GitHub Desktop.
Save davidsturgeon/9979030 to your computer and use it in GitHub Desktop.
Simple Shell Script to Prettify JSON in Text Expander
#!/usr/local/bin/node
console.log(JSON.stringify(%clipboard, null, '\t'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment