difi

Pixel-perfect terminal diff viewer for comparing files side-by-side

brewmacoslinux
Try with needOr install directly
Source

About

Pixel-perfect terminal diff viewer

Commands

difi

Examples

Compare two files with side-by-side view$ difi file1.txt file2.txt
View diff of a modified file in git repository$ difi <(git show HEAD:file.txt) file.txt
Compare output of two commands$ difi <(command1) <(command2)