What ncurses frameworks are available for BASH?

user285594 picture user285594 · Oct 24, 2011 · Viewed 9.8k times · Source

Are there some more Text User Interface (TUI) frameworks for bash (other than this)? : http://code.google.com/p/bashsimplecurses/

  • I want to take user input (data entry)
  • process the entry

Answer

Jonathan picture Jonathan · Oct 24, 2011

If all you need to do is prompt the user for information, take a look at dialog.

http://invisible-island.net/dialog/dialog.html