Sublime Forum

External Diff/Merge tool

#1

One thing I cannot live without, is my Diff/Merge tool I’m used to.

Any plans on integrating opening the file in an external tool? Sublime Merge does already a fantastic job, but well. External tools are a need, at least for me.

And thanks that the git (cross-platform) UI war is now (close to be) over. If Sublime Merge matures all others will have a hard time. Sourcetree is a lost case anyway. Gitkraken, well. Sluggish and a memory hock. Tower? Tried it several times, debugged for them. Allways falls short in detail. The others available, too weird most of the time.

Thanks a ton and huge kudos to Jon and the team!

10 Likes

#2

Yes!

Please add the ability to use external diff/merge tools. In my case, Araxis Merge is a big part of my development process.

1 Like

#3

Ditto. i use kaleidoscope on mac, it can be invoked by command line ksdiff A B where A and B can be two files or directories. Maybe it can be done as a package?

2 Likes

#4

Out of curiosity, what Diff/Merge tool do you use?

0 Likes

#5

Hey, that’s a cool idea actually. I think I might add something to SideBarTools, so you can send any two items from the sidebar to an external diff tool. Sounds easy enough.

0 Likes

#6

Allright, SideBarTools 1.7 is out now with a compare command. You can configure the command to use (globally, or per project, or whatever), and it will appear in the sidebar context menu when you select 2 files or 2 folders. So you can use opendiff or bcompare or ksdiff or what have you. More info: https://github.com/braver/SideBarTools

Let me know if that’s useful for you!

1 Like

#7

I made a customized menu, link here, assuming you have git difftool setup (refer to git documentation for that)

0 Likes

#8

thankyou for your help moiraine

0 Likes

#9

I’d love to see built-in support too. Ideally I’d like to specify a default external diff/merge tool (such as BC) but override that for some particular file types (for instance, I might prefer Kaleidoscope for .tex diffing).

0 Likes

#10

Agree, I like Sublime Merge but I got used to DiffMerge as a merge tool

0 Likes