sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
271 stars 14 forks source link

Allow for diffing arbitrary directories or files #1786

Open dakira opened 1 year ago

dakira commented 1 year ago

In #40 @dpjohnst suggested creating a new issue for this enhancement request.

Problem description

Most merge tools also support arbitrary diffing like tool file1 file2 or tool folder1 folder2. It would be great if Sublime Merge could support this, too.

Preferred solution

  1. I would love to just run smerge diff folder1 folder2 to see a comparison of changed files in each folder.
  2. That screen should allow me to open specific file diffs and merge as needed.
  3. It should also allow me to copy file to the left or to the right side of the comparison in bulk.

Alternatives

Screenshots

rakeshmalik91 commented 5 months ago

Has there been any update on this feature?