summaryrefslogtreecommitdiff
path: root/tools/xkbcli-list.1
blob: 66ea09b332a67e7bfac164f727b395719d773dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.Dd November 1, 2021
.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
List available model, layout, variant and option (MLVO) values from the XKB registry.
The output is in YAML 1.2 format.
.
.Pp
Positional arguments 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"