View xml files like a pro
2019-08-05
41 words
1 min read
Viewing XML files can be daunting with tracking mentally where the tag starts and where it ends. So, I ended up with the following alias to help me view xml files
xmllint --format - | pygmentize -f 16m -O style=native -g
Related Articles:
- 2013/10/17 Code beautifier for php
- 2018/09/17 rats – source code analysis
- 2017/05/22 Fix display size on libvirt/Qemu guest
- 2013/11/08 Change display manager on Fedora
- 2012/08/10 procinfo and procinfo-ng : Get system information from /proc.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.