Many years ago I used d32 which was available for DOS and Linux.
Is a non-GUI visual diff available for Linux like this one?
Any others than Vim and Emacs (Vim and Emacs are too powerful :-) )
|
|
You can try ColorDiff. |
|||||
|
|
Personally I like to use vimdiff. But if you don't know vim that won't be that helpful to you. |
|||
|
|
|
|
|||
|
|
|
Your title mentions "Linux console" but your question mentions In GUI apps, meld is still pretty much the standard. It works well, it's reasonably pretty and intuitive. If you're really limited to using the console (i.e. text-only) then apart from the diff utilities built into editors like |
|||
|
|
vimdiff will do what you want. Vim is installed by default on most linux distros, so you probably do not even need to install anything. |
|||
|
|
|
If you're comfortable with
If
because git will diff against the index by default. |
|||
|
|