Hi all,
Some time ago I asked if there is a possibility to have GUI access for shell scripts (KSH, AWK, etc...). I was thinking of something similar to DTKSH on Sun or Tru64 Unix (c.q. the Common Desktop Environment).
Though I received a lot of useful suggestions and reactions, none of them filled my needs (sorry...). I decided to program something myself. I did not want to change the sourcecode of existing script interpreters, and I did not feel like implementing 2000 GUI functions either. The concept I thought of, was a kind of server, to which GUI commands can be send (using stdin or a tcp-socket), after which this server takes care of the actual realization of the GUI function. The server in its turn sends info back to the script. I have used GTK as toolkit.
At my website http://www.turtle.dds.nl/gtk-server/ you can download my humble attempts in this direction. Maybe it is of use to somebody else.
Best regards
Peter.