Skip to content

Instantly share code, notes, and snippets.

@miry
Last active December 13, 2015 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miry/4959276 to your computer and use it in GitHub Desktop.
Save miry/4959276 to your computer and use it in GitHub Desktop.
This is oh my zsh plugin to work with json
alias pp_json='ruby -e "require \"json\"; require \"yaml\"; puts JSON.parse(STDIN.read).to_yaml"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment