Re: [Fab-user] editing remote files with vim

2010-02-16 Thread Jeff Forcier
On Tue, Feb 16, 2010 at 8:35 AM, Jeff Forcier wrote: > Or, more robustly, write a helper function (semi-pseudocode): Just had another thought -- you mentioned netrw. There's no reason said helper function can't be implemented as simply local("vim sftp://%s/%s"; % (env.host_string, remote_p

Re: [Fab-user] editing remote files with vim

2010-02-16 Thread Jeff Forcier
Hi Edoardo, On Tue, Feb 16, 2010 at 6:57 AM, Edoardo Batini wrote: > Hi, > which is the best way to edit remote files using fabric? There's no way to run fully interactive programs with Fabric at this time, so unfortunately you'll have to come up with some noninteractive method of effecting chan

[Fab-user] editing remote files with vim

2010-02-16 Thread Edoardo Batini
Hi, which is the best way to edit remote files using fabric? I cannot use templates becouse of the lack of a common pattern in the files I need to edit. (generally I use vim netrw for remote editing) thx eolo999 ___ Fab-user mailing list Fab-user@non