Difftool for Ubuntu like OS X's Opendiff [closed]

Solution 1:

If you're after a graphical diff command, you should give Meld a go. It's a visual diff and merge tool. I think it is present by default on Ubuntu systems

Solution 2:

Diffuse works well.

alt text

Solution 3:

I use KDiff3. It is one of the best tools available for comparison or merging two or three text input files or directories.

KDiff3

Solution 4:

If your looking for command line diff would work wouldn't it? For graphical and not free I like Beyond Compare

Solution 5:

Besides the obvious 'git diff' gnu emacs has a mode for diff (obviously :-), called ediff. And there is a relatively standard graphical interface for git, called gitk. Below is a screenshot of ediff.

link to the screenshot of ediff mode