From 77cfffee6177fb0421fa0fce15d6a1875bde4816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20W=C3=BChrer?= Date: Sat, 18 May 2024 21:04:34 +0200 Subject: manuals, sum-down, radix --- man/man1/xmlbrowser.1 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 man/man1/xmlbrowser.1 (limited to 'man/man1/xmlbrowser.1') diff --git a/man/man1/xmlbrowser.1 b/man/man1/xmlbrowser.1 new file mode 100644 index 0000000..ced266b --- /dev/null +++ b/man/man1/xmlbrowser.1 @@ -0,0 +1,35 @@ +.TH xmlbrowser 1 2022-11-03 utils + +.SH NAME +xmlbrowser \- graphical browser for xml databases + +.SH SYNOPSIS +.B xmlbrowser +.RI [ file\ ... ] + +.SH DESCRIPTION +.B xmlbrowser +parses the specified XML files +and builds a tree +with the elements and their +attributes and values. + +The tree is displayed in a window for easy browsing. + +It is implemented as a +.BR python (1) +script using qtpy. + +Not implemented are a search function, +and a way to edit the values. +You can use +.BR grep (1) +or +.BR sed (1) +for that, I think. + +.SH EXAMPLES +.B xmlbrowser data.xml + +.SH SEE ALSO +.BR yamlbrowser (1) -- cgit v1.2.3