How to do GUI for bash scripts?

Posted by maxorq on Stack Overflow See other posts from Stack Overflow or by maxorq
Published on 2009-05-29T20:35:37Z Indexed on 2010/05/27 6:51 UTC
Read the original article Hit count: 245

Filed under:
|
|
|
|

I want to do some graphic dialogs for my script but don't know how. I hear something about GTK-Server or something like that. If someone know how to link bash with tcl/tk I also be satisfied.

Please do not post something like "change to C++" because my project must be a script in BASH, there are no other option.

Any ideas?

P.S. Sorry for bad english!

EDIT: Thanks for answers but I don't want "graphics" like colors in console, but windows that shows like hmmmm..... net browser which I can move, minimalize etc. I will test xmessage, but I don't think that will be that what I searching for.

EDIT2: And one more thing. I don't want make a simple dialog like yes/no, but some interface like progress bars and buttons, something like game :)

© Stack Overflow or respective owner

Related posts about gui

Related posts about bash