aboutsummaryrefslogtreecommitdiff
path: root/tools/xkbcli-list.1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xkbcli-list.1')
-rw-r--r--tools/xkbcli-list.139
1 files changed, 39 insertions, 0 deletions
diff --git a/tools/xkbcli-list.1 b/tools/xkbcli-list.1
new file mode 100644
index 0000000..a72477b
--- /dev/null
+++ b/tools/xkbcli-list.1
@@ -0,0 +1,39 @@
+.Dd July 27, 2020
+.Dt XKBCLI\-LIST 1
+.Os
+.
+.Sh NAME
+.Nm "xkbcli list"
+.Nd list available XKB models, layouts, variants and options
+.
+.Sh SYNOPSIS
+.Nm
+.Op Pa /path/to/xkbbase Oo Pa /path/to/xkbbase Oc ...
+.
+.Sh DESCRIPTION
+.Nm
+is a commandline tool to list available model, layout, variant and option (MLVO) values from the XKB registry.
+.
+.Pp
+Positional arguments provided on the commandline are treated as XKB base directory installations.
+.
+.Bl -tag -width Ds
+.It Fl \-help
+Print help and exit
+.
+.It Fl \-verbose
+Increase verbosity, use multiple times for debugging output
+.
+.It Fl \-ruleset Ar name
+Load the ruleset with the given name
+.
+.It Fl \-skip\-default\-paths
+Do not load the default XKB include paths
+.
+.It Fl \-load\-exotic
+Load exotic (extra) layouts
+.El
+.
+.Sh SEE ALSO
+.Xr xkbcli 1 ,
+.Lk https://xkbcommon.org "The libxkbcommon online documentation"