Skip to content

Instantly share code, notes, and snippets.

@mhanberg
Created August 5, 2019 14:09
Show Gist options
  • Save mhanberg/52a500a9e4ea782e58fe30b003a6c995 to your computer and use it in GitHub Desktop.
Save mhanberg/52a500a9e4ea782e58fe30b003a6c995 to your computer and use it in GitHub Desktop.
# pbpaste - paste from your macOS clipboard
# jsonlint - linting tool for JSON. `-p` will format the input
# less - standard unix pager
$ pbpaste | jsonlint -p | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment