vcl_cli icon indicating copy to clipboard operation
vcl_cli copied to clipboard

Allow other diff tools

Open drwilco opened this issue 8 years ago • 3 comments

I love to do diffs in Meld or PMerge, but right now using those with vcl_cli is a bit of a pain. I have to set the DIFFY_DIFF env variable and then take a crowbar to the commandline options in the vcl_cli source. And even then Diffy insists on testing the diff tool first, so it always pops up a diff of a single file first.

drwilco avatar Aug 25 '16 00:08 drwilco

Can you send me some info on what's required? I'd be happy to add support.

On Wed, Aug 24, 2016, 20:31 drwilco [email protected] wrote:

I love to do diffs in Meld or PMerge, but right now using those with vcl_cli is a bit of a pain. I have to set the DIFFY_DIFF env variable and then take a crowbar to the commandline options in the vcl_cli source. And even then Diffy insists on testing the diff tool first, so it always pops up a diff of a single file first.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stephenbasile/vcl_cli/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdKQAEwFal7LiackF84ojs2yvAXGX9Jks5qjOJogaJpZM4Jslfz .

carbon198 avatar Aug 25 '16 00:08 carbon198

Just the ability to configure a binary to run with the two files. And maybe (for some crappier diff tools) the commandline switches.

For me, it would just be having vcl_cli execute /usr/bin/meld <vcl1> <vcl2>

Kinda like git difftool (see http://jeetworks.org/setting-up-git-to-use-your-diff-viewer-or-editor-of-choice/)

drwilco avatar Aug 25 '16 01:08 drwilco

ping :)

drwilco avatar Dec 02 '16 22:12 drwilco