Created
October 10, 2019 18:07
-
-
Save dsmrt/3a83cd86a745779bdeec55eeff8ed2e4 to your computer and use it in GitHub Desktop.
Pipe minified JSON into vim, prettified
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pbpaste | jq . | vim - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment