[TxMt] Displaying full file path in titlebar
Alan Schussman
alan at schussman.com
Sun Nov 26 21:15:14 UTC 2006
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
More information about the textmate
mailing list