I've added "Open Finder here" locally: ...
I've been using:
open "$TM_DIRECTORY"
-- Daryl
On 5/3/07, Henrik Nyh henrik@nyh.se wrote:
On 03/05/07, Graham Ashton graham.ashton@gmail.com wrote:
On 03/05/07, Graham Ashton graham.ashton@gmail.com wrote:
To find that I typed Ctrl-T to search the commands available in the current scope. Very handy.
Correction, that's Ctrl-Cmd-T.
I've added "Open Finder here" locally:
if [[ -d $TM_SELECTED_FILE ]]; then TM_PATH="$TM_SELECTED_FILE" elif [[ -f $TM_SELECTED_FILE ]]; then TM_PATH="`dirname "$TM_SELECTED_FILE"`" else TM_PATH="`dirname "$TM_FILEPATH"`" fi
open "$TM_PATH"
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate