Search code examples
linuxbashncursestuibash4

What ncurses frameworks are available for BASH?


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

Solution

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

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