Skip to content

Instantly share code, notes, and snippets.

@dsmrt
Created October 10, 2019 18:07
Show Gist options
  • Save dsmrt/3a83cd86a745779bdeec55eeff8ed2e4 to your computer and use it in GitHub Desktop.
Save dsmrt/3a83cd86a745779bdeec55eeff8ed2e4 to your computer and use it in GitHub Desktop.
Pipe minified JSON into vim, prettified
#!/bin/bash
pbpaste | jq . | vim -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment