summaryrefslogtreecommitdiff
path: root/man/man1/xmlbrowser.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/xmlbrowser.1')
-rw-r--r--man/man1/xmlbrowser.135
1 files changed, 35 insertions, 0 deletions
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)