Zenity is a very useful utility which let us create graphical user interfaces for our shell scripts. Several widgets exists, and can be used by invoking the program with the respective options. The widgets are based on the GTK
toolkit, and return the result of the user interaction either on the standard output or as a return code.
In this tutorial you will learn:
- What are the general zenity options
- What are the some of the most useful available widgets and how to use them