I'm writing a bunch of Linux shell scripts with complex selections. For now I use zenity for prompts. I'd rather use something where I can show more than one UI element at a time and query it in a script (e.g. a list and some checkboxed and a file picker and an entry field. What are my options?
                
                A: 
                
                
              
            You're going to have to move up to something more capable. PyGTK with Glade is fairly powerful, and Python is easy enough to pick up.
                  Ignacio Vazquez-Abrams
                   2010-04-01 04:30:47
                
              
                +1 
                A: 
                
                
              
            I believe GTKDialog comes with extended gtk-ified versions of the popular curses based dialog utility for shell scripts.
I'm not sure if it will serve the complexity of your needs, however. In any event, its a place to start.
                  Tim Post
                   2010-04-01 04:40:44