icdiff

Side-by-side colored diff tool with improved readability

brewmacoslinux
Try with needOr install directly
Source

About

Improved colored diff

Commands

icdiff

Examples

Compare two files with colored side-by-side output$ icdiff file1.txt file2.txt
Show differences between two versions of a script$ icdiff old_script.py new_script.py
Use with git to see colored diffs in commits$ git difftool --tool=icdiff HEAD~1