I'm not familiar with Kupfer and after a quick glance over its homepage I'm not sure I understand what exactly it does. Perhaps because my CLI experience biases me.
If your goal is to avoid running an app with a command line argument, you can wrap the whole call into a shell script like this: --- #!/bin/bash launchLeo.py --gui=qttabs "$@" --- Call it for example tableo, put it in your PATH and make sure it actually can run leo (by using an absolute path to your launch script for example). -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
