Revision as of 08:41, 5 October 2013 edit123.202.98.244 (talk)No edit summary← Previous edit | Revision as of 11:11, 5 October 2013 edit undoTedickey (talk | contribs)Extended confirmed users, Pending changes reviewers, Rollbackers54,477 edits revert - not an improvementNext edit → | ||
Line 46: | Line 46: | ||
}}</ref> One might also consider '''lxdialog''' (part of ]), except that it has been reduced to fragments that can no longer run '''dialog''' scripts. | }}</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 '''dialog''' |
There are several programs inspired by '''dialog'''; not all read the same scripts. | ||
The most well-known are ] and ]. | The most well-known are ] and ]. | ||
Revision as of 11:11, 5 October 2013
Not to be confused with dialog box.Dialog - editbox widget | |
Original author(s) | Savio Lam |
---|---|
Developer(s) | Thomas E. Dickey |
Stable release | 1.1.20070704 / July 4, 2007 (2007-07-04) |
Repository | |
Operating system | Unix, Linux, POSIX |
Type | Shell scripts |
License | LGPL |
Website | Dialog project page |
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
- 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.
- "Dialog Change Log".
- "FreeBSD CVS src/gnu/usr.bin/dialog/".
- "FreeBSD library manual for dialog".