- Aug
- 2,294
- 111
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;
will allow you to view a file, with the ability to scroll and search the file;
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
Code:
dialog.exe --textbox dialog.btm 22 70
Code:
dialog --calendar "Select a date" 3 36 %_day %_month %_year
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