diffuse
diffuse copied to clipboard
Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
I'm not sure of the internals of how Diffuse works, but there is something wrong with the flow when there is a character encoding problem. I was using Meld since...
should show only one dialog, currently shows a message box for each file. I remember a similar dialog for "Save changed files", perhaps it could be reused?
Right now diffuse is one single file of +6k lines of code. This is pretty ugly and it can be split into components quite easily. Example of Python apps repos:...
Right now it's quite red everywhere. I find the Github colors to be better.
In the spirit of `-c`, allowing two commits and showing the differences between them. Maybe `-C`? Original issue: https://sourceforge.net/p/diffuse/bugs/5/
These shortcuts are too commonly used to select entire words to use it any other way. Maybe use Ctrl+Alt+Left/Right instead.
I find that opening the app is a bit slow. I'm sure it's possible to improve that.
Blue is used on Meld and BeyondCompare for instance.
Right now, each diffs opens up a new window despite the fact that there is already a tab feature in Diffuse.
Hello there! I understand this it the most up-to-date repo of Diffuse. It's nice to see that you have taken ownership and made it run with Python 3. I have...