SublimeFileDiffs icon indicating copy to clipboard operation
SublimeFileDiffs copied to clipboard

Show diffs between the current file, or selection(s) in the current file, and clipboard, another file, or unsaved changes.

Results 2 SublimeFileDiffs issues
Sort by recently updated
recently updated
newest added

With FileDiff set to use bbdiff as external diff tool in macOS, nothing happens when requesting a diff. BBEdit’s developer thinks Sublime Text (or FileDiffs?) might be missing application entitlements....

I have updated configuration to: ``` { "cmd": ["/usr/bin/diff", "-w", "-b", "$file1", "$file2"] } ``` But now nothing is happened, not error also Show errors in console when diff command...