diffr

LCS-based diff highlighting tool for easier terminal code review

brewmacoslinux
Try with needOr install directly
Source

About

LCS based diff highlighting tool to ease code review from your terminal

Commands

diffr

Examples

Compare two files with highlighted differences$ diffr file1.txt file2.txt
Pipe diff output to diffr for enhanced visualization$ diff file1.txt file2.txt | diffr
Review git changes with better highlighting$ git diff | diffr