Ideally I'd like to be able to start gimp from a terminal, then have that terminal behave as an ipython interpreter for gimp. Someone in this thread on gimp forums (http://gimpforums.com/thread-use-console-as-ipython-gimp-interpreter?pid=20373#pid20373) suggested that I modify my /usr/lib/gimp/2.0/interpreters/pygimp.interp file.
I've taken some guesses, but I have not been successful in tweaking things or finding any documentation on this file.
Assuming that this file could be modified to change which binary gimp uses on activation of the interpreter, what could I do to then send the output and input to stdout and stdin respectively?
Thanks a lot :)