Side-by-side colored diff tool for better file comparison readability.
Improved colored diff
icdiff$ icdiff file1.txt file2.txt$ icdiff dir1/ dir2/$ icdiff --cols=80 old.py new.py$ icdiff --exclude='*.pyc' --exclude='.git' src1/ src2/$ git diff HEAD | icdiff