I need to diff (and merge) two directories (practically same content, with a few extra inserted lines in one set of files). Alas, all diff programs I tried (kompare, diffmerge, kdiff3, diffuse, xxdiff, ) don't do a good job of showing the differences (screenshot from intellij idea); or are limited to diffing files (in which case I did not check if they do a better diff job). The two directories are: A and B .
Could you recommend a good diff program to solve this problem (GUI strongly preferred, must be free to use)?
diff -ru A B
?