Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow other diff tools #4

Open
drwilco opened this issue Aug 25, 2016 · 3 comments
Open

Allow other diff tools #4

drwilco opened this issue Aug 25, 2016 · 3 comments

Comments

@drwilco
Copy link
Contributor

drwilco commented Aug 25, 2016

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.

@carbon198
Copy link
Owner

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 notifications@github.com 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
#4, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAdKQAEwFal7LiackF84ojs2yvAXGX9Jks5qjOJogaJpZM4Jslfz
.

@drwilco
Copy link
Contributor Author

drwilco commented Aug 25, 2016

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
Copy link
Contributor Author

drwilco commented Dec 2, 2016

ping :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants