cursexml

UNKNOWN


Keywords
XML, viewer, syntax, pretty
License
GPL-3.0
Install
pip install cursexml==0.1.0

Documentation

This is a not-very-serious attempt at a command-line XML viewer that does pretty-printing, syntax highlighting, and someday maybe node folding.

I started this to learn more about curses, so I'm duplicating a lot of stuff you could otherwise accomplish by piping xmllint into less.

One major caveat is that performance will degrade the further down you scroll in a large file.

If you still think this might come in handy, you can install it with pip install cursexml.