NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Cool (Score:1)
A related solution (Score:2)
I attacked the same problem from a slightly different angle. Assuming I'm already logged in to 'remotehost' via ssh, I want to be able to type:
and have the 'right thing' happen automatically. In my case, the right thing is for a message to be sent back to my workstation which responds by opening a GUI editor window using this command:
I used SSH port forwarding to supply the back channel for sending the messages and named the result bcvi - back-ch [perlmonks.org]
Like it (Score:1)
I use TextMate with above and it works like a dream (I believe CyberDuck also as this edit option). Longer term I think MacFuse looks the way to go.
I can also see smate becoming very useful tool to have available.
nifty (Score:1)
This is awesome. I like the "bcvi" hack, too; it'd be great if they could merge magically somehow.
Re: (Score:2)