Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TUI Dialogs

Aug
1,933
71
Using the Windows port of the dialog program, available from http://andrear.altervista.org/home/cdialog.php, you can create simple TUI screens. For example;

Code:
dialog.exe --textbox dialog.btm 22 70
will allow you to view a file, with the ability to scroll and search the file;

1526901132319.png


Code:
dialog --calendar "Select a date" 3 36 %_day %_month %_year

1526901174246.png


For a brief overview of what dialog can do: https://www.linuxjournal.com/article/2807

Source code for dialog is available from http://andrear.altervista.org/contents/pc/dialog/dialog-hammered-for-mingw.tar.gz

Joe
 
Back
Top