What ncurses frameworks are available for BASH? [duplicate]
Asked Answered
E

2

6

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
Ewald answered 24/10, 2011 at 13:1 Comment(0)
W
5

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

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

Wellfounded answered 24/10, 2011 at 16:49 Comment(0)
P
1

bashsimplecurses is pretty capable (from the little I've seen), but you might want to try GTK Server. (Have a look at the docs page for tutorial and manual links). It can work with a large number of scripting languages. Other Stack Exchange users (particularly the UNIX/ BSD/ GNU/Linux lot) recommend using ncurses with Python.

Phonsa answered 10/4, 2013 at 20:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.