[SVN] command to call other commands

Matt Handler matt.handler at gmail.com
Wed May 20 19:10:38 UTC 2009


does anyone know if there's a way to invoke another textmate command from
within a textmate command?

for example, i have a formatted output command that writes info to a clean
html window... i want to have a compile command that gathers information,
compiles, and then passes that resulting messages to the to the formatted
output–the goal being to avoid copying my formatted output to every command
that needs to output to an html window.

i assume i can invoke the formatted output command using osascript and
passing the gathered information via 'defaults write com...', but this seems
like a sloppy fix

ideally i could just do something like: `echo "$gatheredInfoArray" |
$TM_BUNDLE_DIRECTORY/MyBundle.tmBundle/formattedOutput.sh`

any ideas??

thanks a bunch,
-matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate-dev/attachments/20090520/15a4009a/attachment.html>


More information about the textmate-dev mailing list