ydiff

View colored diffs with side-by-side comparison and auto pager

brewmacoslinux
Try with needOr install directly
Source

About

View colored diff with side by side and auto pager support

Commands

ydiff

Examples

Compare two files with side-by-side colored diff$ ydiff file1.txt file2.txt
Show git diff with ydiff formatting$ git diff | ydiff
Compare directories recursively$ ydiff -r directory1 directory2