Re: [Feature request] Diff from urls



On Wed, Oct 26, 2011 at 11:31 AM, Roberto <maxroby gmail com> wrote:
> I find Meld very useful and thanks all the developers for that.
> What abount the option to diff directly from files url?

The usual way to do this on *nix is to use command substitution:

meld <(wget -O-
http://git.gnome.org/browse/meld/plain/.gitignore?id=250066249e06241e3bfd3863c1a233fb45f40a12)
<(wget -O- http://git.gnome.org/browse/meld/plain/.gitignore)

Very few commands which work with text support URLs, in keeping with
the Unix "do one thing only, and do it well" mantra.

Cheers,
-- 
Victor Engmark


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]