blob: 6a0108636bc02fd43a6394eaab4d133e674096eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Zenity
This is zenity the GNOME port of the venerable 'dialog' program,
which allows you to display dialog boxes from the command-line
and shell scripts.
This software is licensed under the GNU Lesser General Public
License, version 2.1, or, at your option, a later version.
Please see COPYING for a full copy of the license.
## Dependencies
gtk >= 4.0.0
## Optional Dependencies
libnotify >= 0.6.1
|