This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev:dialog:start [2023/10/25 06:58] – [Zenity] js | dev:dialog:start [2023/10/25 08:15] (current) – [Newt] js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Dialog Tools ====== | ====== Dialog Tools ====== | ||
+ | \\ | ||
+ | \\ | ||
===== Textmode Tools ===== | ===== Textmode Tools ===== | ||
+ | \\ | ||
+ | \\ | ||
=== Dialog === | === Dialog === | ||
ncurses textmode version. | ncurses textmode version. | ||
Line 7: | Line 10: | ||
Homepage: [[https:// | Homepage: [[https:// | ||
+ | <code bash># | ||
+ | dialog –checklist | ||
+ | {{ : | ||
+ | \\ | ||
+ | \\ | ||
=== Newt === | === Newt === | ||
Newt is a programming library for color text mode, widget based user | Newt is a programming library for color text mode, widget based user | ||
interfaces. | interfaces. | ||
+ | |||
Homepage: [[https:// | Homepage: [[https:// | ||
+ | GitHub: [[https:// | ||
+ | \\ | ||
+ | \\ | ||
===== GUI Tools ===== | ===== GUI Tools ===== | ||
+ | \\ | ||
+ | \\ | ||
=== Zenity === | === Zenity === | ||
Gnome or GTK version. | Gnome or GTK version. | ||
Line 27: | Line 41: | ||
{{ : | {{ : | ||
+ | \\ | ||
+ | \\ | ||
=== Yad === | === Yad === | ||
Fork of Zenity with more parameters and features. | Fork of Zenity with more parameters and features. | ||
+ | Homepage: | ||
+ | |||
+ | <code bash>yad \ | ||
+ | --title=" | ||
+ | --form \ | ||
+ | --item-separator=, | ||
+ | --separator=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --field=" | ||
+ | --button=" | ||
+ | --button=" | ||
+ | --button=" | ||
+ | --button=" | ||
+ | |||
+ | {{ : | ||
+ | \\ | ||
+ | \\ | ||
=== KDialog === | === KDialog === | ||
KDE or Plasma version of the dialog utility: | KDE or Plasma version of the dialog utility: | ||
Line 42: | Line 88: | ||
{{ : | {{ : | ||
+ | \\ | ||
+ | \\ | ||
===== Website and Examples ===== | ===== Website and Examples ===== | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
- | + | * [[https:// | |
- | + | * [[https:// | |
+ | * [[https:// | ||
+ | * [[https:// |