summaryrefslogtreecommitdiff
path: root/tools/xkbcli-list.1.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xkbcli-list.1.ronn')
-rw-r--r--tools/xkbcli-list.1.ronn36
1 files changed, 36 insertions, 0 deletions
diff --git a/tools/xkbcli-list.1.ronn b/tools/xkbcli-list.1.ronn
new file mode 100644
index 0000000..7681df0
--- /dev/null
+++ b/tools/xkbcli-list.1.ronn
@@ -0,0 +1,36 @@
+# xkbcli-list(1) - list available XKB rules, models, layouts, variants and options
+
+## SYNOPSIS
+
+**xkbcli** list [--help] [/path/to/xkbbase [/path/to/xkbbase] ...]
+
+## DESCRIPTION
+
+**xkbcli list** is a commandline tool to list available model, layout, variant
+and option (MLVO) values from the XKB registry.
+
+Arguments provided on the commandline are treated as XKB base directory
+installations.
+
+## OPTIONS
+
+ * `--help`:
+ Print help and exit
+
+ * `-v, --verbose`:
+ Increase verbosity, use multiple times for debugging output
+
+ * `--ruleset <name>`:
+ Load the ruleset with the given name
+
+ * `--skip-default-paths`:
+ Do not load the default XKB include paths
+
+ * `--load-exotic`:
+ Load exotic (extra) layouts
+
+## SEE ALSO
+
+**xkbcli**(1)
+
+The libxkbcommon online documentation at <https://xkbcommon.org>