1. Yad Application

This will display application selection dialog.

yad app

1.1. --app

Display application selection dialog

Command
yad --app
yad app
Figure 1. Application dialog
Result
geany

1.2. --enable-fallback

Show fallback applications.

Command
yad --app --enable-fallback

1.3. --enable-other

Show other applications.

Command
yad --app --enable-other
yad app other
Figure 2. Application dialog --enable-other

1.4. --enable-all

Show all applications

Command
yad --app --enable-all
yad app all
Figure 3. Application dialog --enable-all

1.5. --extended

Output all application data.

Shown extended information about choosen application. By default only executable is shown. In extended form the output fields are name, display name, description, icon and executable.

Command
yad --app --extended
yad app
Figure 4. Application dialog --extended
The output looks like this
Geany|Geany|A fast and lightweight IDE using GTK+|geany|geany|

Additional argument for application dialog is a mime-type. If mime-type is not specified text/plain will be used.

2. Mime-types

Show applications that has mime-type text/html.

Command
yad --app text/html
yad app html
Figure 5. Application dialog with mime-type text/html
Command
yad --app application/x-archive
yad app archive
Figure 6. Application dialog with mime-type application/x-archive

Back to YAD Guide