`pbcopy` and `pbpaste` are one of my most-loved in the list.
Dealing with some minified json, switching to iTerm, doing `pbpaste | json_pp | pbcopy` and having a clean output is _so_ nice.
replies(28):
I do this a lot as well, but just paste the minified json directly into VS Code and then OPT+SHIFT+F to format it.