Hey!
I love Sublime Merge and it’s diff/merge tool.
I was wondering if there is any plans on allowing to open the diff window for manually selected files.
I would love to use it to diff files that are not necessarily part of a git repository.
I’m not sure how it is implemented but - the git
binary allows specifying the files for diff, even if both are not part of any repository:
echo hey1 > /tmp/a
echo hey2 > /tmp/b
git diff /tmp/a /tmp/b
That would be awesome!
Thanks.