vcl_cli
vcl_cli copied to clipboard
Allow other diff tools
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.
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 .
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/)
ping :)