Revision as of 20:08, 9 April 2014 editScotXW (talk | contribs)Extended confirmed users14,417 editsNo edit summary← Previous edit | Latest revision as of 07:01, 14 March 2024 edit undoMichielN (talk | contribs)Extended confirmed users1,680 edits Release info from WikidataTags: Mobile edit Mobile web edit | ||
(26 intermediate revisions by 22 users not shown) | |||
Line 2: | Line 2: | ||
{{Infobox software | {{Infobox software | ||
| name = dialog | | name = dialog | ||
| screenshot = |
| screenshot = Dialog-editbox.png | ||
| caption = Dialog - editbox widget | | caption = Dialog - editbox widget | ||
| author = Savio Lam | | author = Savio Lam | ||
| developer = |
| developer = Thomas Dickey | ||
| latest release version = |
| latest release version = {{wikidata|property|preferred|references|edit|P348|P548=Q2804309}} | ||
| latest release date = {{ |
| latest release date = {{Start date and age|{{wikidata|qualifier|preferred|single|P348|P548=Q2804309|P577}}|df=yes}} | ||
| released = 1994 | |||
| operating system = ], ], ] | | operating system = ], ], ] | ||
| genre = ] | | genre = ] | ||
| license = ] | | license = ] | ||
| website = |
| website = {{Official URL}} | ||
}} | }} | ||
'''Dialog''' is an application used in ]s which displays ] ]. |
'''Dialog''' is an application used in ]s which displays ] ]. It uses the ] or ] library. The latter provides users with the ability to use a mouse, e.g., in an ]. | ||
Dialog was created by Savio Lam (first reported version 0.3 was in 1994).<ref>{{cite web | |||
|url=http://www.linuxjournal.com/article/2750 | |url=http://www.linuxjournal.com/article/2750 | ||
|title=Interview with Patrick Volkerding | |title=Interview with Patrick Volkerding | ||
Line 30: | Line 31: | ||
|title=Dialog 0.3 manual page | |title=Dialog 0.3 manual page | ||
|date=1994-01-10 | |date=1994-01-10 | ||
|access-date=2007-09-07 | |||
⚫ | }}</ref> | ||
|archive-url=https://web.archive.org/web/20060922093255/http://www.ugcs.caltech.edu/manuals/manpages/man1/dialog.1/dialog.html | |||
|archive-date=2006-09-22 | |||
|url-status=dead | |||
⚫ | }}</ref> | ||
It was further modified by several people. | It was further modified by several people. | ||
Since 1999 it has been maintained (and rewritten) by |
Since 1999 it has been maintained (and rewritten) by Thomas Dickey.<ref>{{cite web | ||
|url=http://invisible-island.net/dialog/CHANGES | |url=http://invisible-island.net/dialog/CHANGES | ||
|title=Dialog Change Log | |title=Dialog Change Log | ||
}}</ref> | }}</ref> | ||
At least one ] exists, | At least one ] exists, | ||
a ]-only split into application and library in late 1994.<ref>{{cite web | a ]-only split into application and library in late 1994.<ref>{{cite web | ||
|url=http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/usr.bin/dialog/ | |url=http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/usr.bin/dialog/ | ||
Line 44: | Line 49: | ||
|url=http://www.unix.com/man-page/FreeBSD/3/DIALOG/ | |url=http://www.unix.com/man-page/FreeBSD/3/DIALOG/ | ||
|title=FreeBSD library manual for '''dialog''' | |title=FreeBSD library manual for '''dialog''' | ||
}}</ref> |
}}</ref> One might also consider lxdialog (part of ]), except that it has been reduced to fragments that can no longer run dialog scripts. | ||
There are several programs inspired by |
There are several programs inspired by dialog; not all read the same scripts. | ||
The most well-known are |
The most well-known are Xdialog and ]. | ||
== |
==See also== | ||
{{Portal|Free software}} | {{Portal|Free and open-source software}} | ||
*] | |||
*] | *] | ||
Line 57: | Line 63: | ||
==External links== | ==External links== | ||
*{{Official website}} | |||
* | |||
{{DEFAULTSORT:Dialog (Software)}} | {{DEFAULTSORT:Dialog (Software)}} | ||
⚫ | ] | ||
⚫ | ] | ||
] | ] | ||
⚫ | ] | ||
⚫ | ] | ||
] |
Latest revision as of 07:01, 14 March 2024
Not to be confused with dialog box.Dialog - editbox widget | |
Original author(s) | Savio Lam |
---|---|
Developer(s) | Thomas Dickey |
Initial release | 1994 |
Stable release | 1.3-20240307 / 10 March 2024; 9 months ago (10 March 2024) |
Repository | |
Operating system | Unix, Linux, POSIX |
Type | Shell scripts |
License | LGPL |
Website | invisible-island |
Dialog is an application used in shell scripts which displays text user interface widgets. It uses the curses or ncurses library. The latter provides users with the ability to use a mouse, e.g., in an xterm.
Dialog was created by Savio Lam (first reported version 0.3 was in 1994). It was further modified by several people. Since 1999 it has been maintained (and rewritten) by Thomas Dickey.
At least one fork exists, a FreeBSD-only split into application and library in late 1994. One might also consider lxdialog (part of menuconfig), except that it has been reduced to fragments that can no longer run dialog scripts.
There are several programs inspired by dialog; not all read the same scripts. The most well-known are Xdialog and whiptail.
See also
References
- "Index of /archives/dialog". Retrieved 14 March 2024.
- Phil Hughes (April 1994). "Interview with Patrick Volkerding". Linux Journal.
- Jeff Tranter (September 1994). "Dialog: An Introductory Tutorial". Linux Journal.
- "Dialog 0.3 manual page". 1994-01-10. Archived from the original on 2006-09-22. Retrieved 2007-09-07.
- "Dialog Change Log".
- "FreeBSD CVS src/gnu/usr.bin/dialog/".
- "FreeBSD library manual for dialog".