[Gimp-developer] looking for a script-fu command-line shell

2003-06-06 Thread Sean Champ
hello; i'm looking for, or to make, something that can be used for sending commands, from BASH or what, directly to a gimp script-fu listener. like: echo '(foo bar etc)' | fu-client -h img.host just wanted to see whether anyone might know of something like this, already written. (else,

Re: [Gimp-developer] looking for a script-fu command-line shell

2003-06-06 Thread Sven Neumann
Hi, Sean Champ [EMAIL PROTECTED] writes: i'm looking for, or to make, something that can be used for sending commands, from BASH or what, directly to a gimp script-fu listener. What about using netcat? Footnotes: [1] http://www.geekware.de/software/emacs/ Oh, cool. I have always been

Re: [Gimp-developer] looking for a script-fu command-line shell

2003-06-06 Thread Vegard Vesterheim
On Thu, 5 Jun 2003 07:23:11 -0700 Sean Champ [EMAIL PROTECTED] wrote: hello; i'm looking for, or to make, something that can be used for sending commands, from BASH or what, directly to a gimp script-fu listener. like: echo '(foo bar etc)' | fu-client -h img.host just wanted