How can I launch a local application remotely?
- by yungsters
I use TextMate on Mac OS X to develop. The files I need to edit are on a Linux machine, and I have the Linux filesystem mounted on my Mac OS X. Opening the files and saving them in TextMate is not a problem.
What I want to do (from my Mac OS X) is be able to...
SSH <linux>
cd <folder>
mate <filename>
I want that to open up the file in TextMate on my Mac OS X (thus, shifting focus from my Terminal.app to TextMate.app). How can I achieve this effect?