Created
December 12, 2010 11:51
-
-
Save telendt/737994 to your computer and use it in GitHub Desktop.
XML pretty printer (reformats and highlights xml tagsoup)
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 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