When comparing Kaleidoscope vs Sublimerge, the Slant community recommends Kaleidoscope for most people. In the question“What are the best diff tools for Git?” Kaleidoscope is ranked 4th while Sublimerge is ranked 15th. The most important reason people chose Kaleidoscope is:
Kaleidoscope has a beautiful and simple UI. It displays the two files that are being compared side to side, highlighting all the differences in a way that's easy to understand.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Simple UI
Kaleidoscope has a beautiful and simple UI. It displays the two files that are being compared side to side, highlighting all the differences in a way that's easy to understand.
Pro Diff within a line
When working in code, line-by-line diff can still be hard to spot small changes within the line. Kaleidoscope will highlight what has changed.
Pro Supports comparing folders
Pro Image difference viewer
Kaleidoscope supports image diff viewer in addition to git diff. It's able to find even the slightest changes between two versions of the same image.
Pro Three-way diff allows easy merging of files
Pro sublimerge
i recommend Sublimerge
Pro Highlights intraline changes
Pro Built-in support for Git, Subversion and Mercurial commands
Sublimerge automatically integrates with your version control history, and lets you compare between revisions, branches, remotes, and the staging area.
Pro Can compare to clipboard contents
Cons
Con Mac OS only
Kaleidoscope is a Mac OS X only app.
Con Paid software
Kaleidoscope is not free, costing $69.99.
Con Bad tech support
Con It's NOT Open Source
You can't fix or, implement nothing. And when the developer abandons the project you will be left in the lurch.
Con It's not free
Nither as free price nor as free in freedom.
Con Cannot compare text within the same file
Sublimerge can only compare entire file diffs, but not two selections within a file. Comparing within files can be useful for example, by refactoring two similar functions to use a shared function. With Sublimerge, you need to copy the sections into two new temporary tabs and compare between the two. This can be cumbersome, as if you have another untitled file, you won't be able to know which one is which.