How can I launch a local application remotely?
Posted
by yungsters
on Super User
See other posts from Super User
or by yungsters
Published on 2010-06-16T21:43:08Z
Indexed on
2010/06/16
21:53 UTC
Read the original article
Hit count: 143
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?
© Super User or respective owner