Last active
August 4, 2016 17:33
-
-
Save gauravs/0b233b4961dc4bd619b8 to your computer and use it in GitHub Desktop.
#yaml #bash Pretty Print
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
| alias yaml_pp='ruby -e "require \"json\"; require \"yaml\"; print JSON.parse(STDIN.read).to_yaml"' |
Author
gauravs
commented
Jan 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment