Timeline for whiptail or dialog
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 5, 2020 at 19:09 | comment | added | James M. Lay | Okay, fair enough. | |
| Mar 3, 2020 at 7:34 | comment | added | Orwellophile | because globals are bad, and functions are good? | |
| Jul 29, 2017 at 17:42 | comment | added | James M. Lay | So complicated. Why not something like this: which whiptail && window=whiptail; which dialog && window=dialog; [ -z window ] && echo "no whiptail or dialog". Then the op can just do ` $window --title foo --msgbox bar 87 5 `. | |
| S Jul 3, 2017 at 12:56 | history | suggested | B Layer | CC BY-SA 3.0 | Fixing a minor bug. Third item in the embedded array is named "question" but it's referred to as "text" in the dialog command invocation |
| Jul 3, 2017 at 12:35 | review | Suggested edits | |||
| S Jul 3, 2017 at 12:56 | |||||
| May 26, 2013 at 8:26 | history | answered | Orwellophile | CC BY-SA 3.0 |