icdiff

Side-by-side colored diff tool for better file comparison readability.

brewmacoslinux
Try with needOr install directly
Source

About

Improved colored diff

Commands

icdiff

Examples

compare two files with color highlighting$ icdiff file1.txt file2.txt
show diff between two directories$ icdiff dir1/ dir2/
view changes with fewer columns for narrow screens$ icdiff --cols=80 old.py new.py
exclude certain files when comparing directories$ icdiff --exclude='*.pyc' --exclude='.git' src1/ src2/
compare git working directory against last commit$ git diff HEAD | icdiff