Skip to content

Instantly share code, notes, and snippets.

@telendt
Created December 12, 2010 11:51
Show Gist options
  • Save telendt/737994 to your computer and use it in GitHub Desktop.
Save telendt/737994 to your computer and use it in GitHub Desktop.
XML pretty printer (reformats and highlights xml tagsoup)
alias xml_pretty='xmllint --format - | pygmentize -f terminal256 -l xml -O "encoding=utf-8"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment