Could you please advise me about interactive two panels diff tool, something like http://www.sourcegear.com/diffmerge/, but for *nix console/ncurses or maybe somebody knows how DiffMerge can be run over SSH connection seamlessly?

link|improve this question
feedback

2 Answers

up vote 4 down vote accepted

Vim has vimdiff mode which is quite good. It obviously works in console mode too.

It give you color highlighting of differences and the possibility to edit the diffed files efficiently. Vim is also installable or even installed on most *nix system these days...

It is better if you already know Vim though...

link|improve this answer
Thanks, seems right thing, will try it! – deniszh Dec 14 '11 at 16:05
1  
Plus you can use ]c [c to navigate to the differences and dp do to put or obtain them from the other pane – eventi Dec 15 '11 at 12:57
feedback

meld is a good but graphical diff tool. But you can use it over ssh X forward or with sshfs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.