On 23 Feb 2006, at 12:18, Christopher Creutzig wrote:
While I don't want to see this (having Fugu is good enough[tm] for me), I still need to edit files which are (residing and used) on my linux box, and our admins won't allow a file server on that machine. So I edit with one keyboard, save and turn to the other keyboard for testing. Now if Fugu had an AppleScript interface to open a file known by path in the editor ... But I haven't checked the alternatives yet, so it can't be all that pressing.
Have a small shell script or alias that does
rsync -avz -e ssh mystuff user@server.example.com:/usr/local/apache/ htdocs
and keep a small terminal window open to run it in. If you register an ssh key with the server you won't have to authenticate every time.