On Nov 26, 2006, at 1:32 PM, Charilaos Skiadas wrote:
And you can also just create a new command, with Input: None, Output: Show as Tool Tip, and text:
echo "$TM_FILEPATH"
I use a couple of these for filename and scope, with a small difference:
echo "$TM_FILEPATH" | pbcopy
will copy the result to the clipboard, so I can plug it in to whatever I need.
-Alan