[TxMt] tm_dialog inline menu in BASH

Hans-Joerg Bibiko bibiko at eva.mpg.de
Fri Jul 20 13:53:53 UTC 2007


Ciarán,

>
>> How can I invoke an inline menu by using 'tm_dialog -u' from a  
>> tmCommand written in bash?
>
> "$DIALOG" -u -p'{menuItems = ({title = foo;},{title = bar;});}'
>

Yes, of course!! Many thanks!
I tried it via
"$DIALOG" -u -p'{menuItems = (title = foo,title = bar);}'
which is totally wrong, of course :}


Hans


More information about the textmate mailing list