summaryrefslogtreecommitdiff
path: root/shells/xsh/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'shells/xsh/DESCR')
-rw-r--r--shells/xsh/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/shells/xsh/DESCR b/shells/xsh/DESCR
new file mode 100644
index 00000000000..ed184332f23
--- /dev/null
+++ b/shells/xsh/DESCR
@@ -0,0 +1,8 @@
+XSH is a fast and powerful command-line XML editor. It may be used to
+query and modify XML documents. XSH may be used either interactivelly or
+for off-line processing (like bash). XPath expressions are used to
+select parts of XML document to be processed.
+
+Both system shell and perl are accessible from XSH in a very natural
+way. XSH itself is written in Perl and uses XML::LibXML bindings of
+gnome-xml2 library in the background level.