
YAD
Source (link to git-repo or to original if based on someone elses unmodified work):
- add --no-selection option to list dialog
- improve --center option
- add spell checking support for text field in form and text-info dialog
- add gtksourceview support to text-info dialog
- fix setting initial value for numeric text entry in entry dialog
- do not close print dialog when preview button is clicked
- add --monitor option to icon dialog
- change default font for text-info and print text files to Monospace
- quote field values for button callback in form dialog
in version 0.36.1
- fix quoting buttons commands in form dialog
in version 0.36.2
- honor precision for floats in numeric fields of form and entry dialogs
- fix settings title and icon for browser mode in html dialog
in version 0.36.3
- fix segfault when parse desktop files with missed or empty Comment field in icons dialog
- code and output cleanup
Ratings & Comments
6 Comments
This application should be added to the repository because it is very useful. Thank you so much
Great I used to use zenity but this has got some nice extras. Been using it for a while and it's a rock solid app 5* Voted up.
Hi, thanks for the very cool app. I made a shell-script based program (see http://gnome-look.org/content/show.php/zonColor+Themes+Pack?content=156189) that heavily use Zenity for GUI dialog. That because it is there by default in GNOME desktop. I wish I can use YAD instead, but I dont want to bother users installing it. Is it possible to include (embed?) YAD in my program so I can just call it in my script without users having to install it separately? Thanks again.
theoretically yes. yad doesn't use any of the additional files such as gtkbuilder ui. so you can embed yad's binary to your script for example with base64 and then unpack it on the target host
Absolutely the best way to add a GUI to your shell scripts. I wish this was in the Debian / Ubuntu repositories, it really deserves it...
Great app here,keep up the good job.