yad-tools.1 1.39 KB
Newer Older
Victor Ananjevsky's avatar
Victor Ananjevsky committed
1
.TH YAD-TOOLS "1" "April 2021" "yad-tools" "User Commands"
2

Victor Ananjevsky's avatar
Victor Ananjevsky committed
3
.SH NAME
4 5
yad-tools \- show some miscellaneous stuff.

Victor Ananjevsky's avatar
Victor Ananjevsky committed
6
.SH SYNOPSIS
7 8 9 10
.B yad-tools
.RI [OPTIONS]
.RI STRING

Victor Ananjevsky's avatar
Victor Ananjevsky committed
11
.SH DESCRIPTION
12 13
\fByad-tools\fR is a small command-line utility for getting information that may be usefull in scripts.

Victor Ananjevsky's avatar
Victor Ananjevsky committed
14
.SH OPTIONS
15 16 17 18 19 20 21 22 23 24

.SS General options
.TP
\fB\-f\fR, \fB\-\-pfd\fR
This mode is intended to transform font names from pango to xft specification and vice versa.
Additional argument is font name.
.TP
\fB\-i\fR, \fB\-\-icon\fR
This mode is intended to get full path to icon file from icon name.
Additional argument is icon name.
Victor Ananjevsky's avatar
Victor Ananjevsky committed
25 26 27 28 29 30
.TP
.B \-\-show-langs
Show list of available languages for spell checking. Works only if yad built with \fIGSpell\fP support.
.TP
.B \-\-show-themes
Show list of available GtkSourceView themes. Works only if yad built with \fIGtkSourceView\fP support.
31 32

.SS PFD mode options
Victor Ananjevsky's avatar
Victor Ananjevsky committed
33 34 35 36 37 38
.TP
\fB\-x\fR, \fB\-\-xft\fR
Print font name in xft format. This is default.
.TP
\fB\-p\fR, \fB\-\-pango\fR
Print font name in pango format.
39 40 41 42 43

.SS Icon mode options
.TP
\fB\-s\fR, \fB\-\-size\fR=\fISIZE\fP
Use specified icon size. Default is 24.
Victor Ananjevsky's avatar
Victor Ananjevsky committed
44
.TP
45 46
\fB\-t\fR, \fB\-\-type\fR=\fITYPE\fP
Obtain icon size from one of predefined GTK+ types. \fITYPE\fP is one of the following \fImenu\fP, \fIbutton\fP, \fIsmall_toolbar\fP, \fIlarge_toolbar\fP, \fIdnd\fP or \fIdialog\fP,
Victor Ananjevsky's avatar
Victor Ananjevsky committed
47
.TP
48 49
\fB\-\-theme\fR=\fITHEME\fP
Use specified icon theme instead of default.