Skip to content

Instantly share code, notes, and snippets.

@narenranjit
Created October 17, 2012 22:53
Show Gist options
  • Save narenranjit/3908841 to your computer and use it in GitHub Desktop.
Save narenranjit/3908841 to your computer and use it in GitHub Desktop.
Print output of package.json in all installed styles
pygmentize -L styles | perl -n -e'/\* (.*):/ && print '$1' && system("pygmentize -O style=$1 -f console256 -g package.json")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment