I use this regular expression : ^rtm|gtd
I type rtm ++ arg1 ++ arg 2
the arg1 my program receives is "++ . arg1"
EDIT : My fault, i didn't realize that the ++ as parameter separator is not implemented in current release.
typing rtm ++ arg1 arg2 arg3 works fine.





(in my netbook i hate use "" and i'm a bit fanatic of the minimum effort policy)