git-split-diffs

Display syntax-highlighted side-by-side diffs in your terminal

brewmacoslinux
Try with needOr install directly
Source

About

Syntax highlighted side-by-side diffs in your terminal

Commands

git-split-diffs

Examples

Show a side-by-side diff of the last commit$ git-split-diffs HEAD~1
Display diff between two branches with syntax highlighting$ git-split-diffs main..feature-branch
View staged changes in split-diff format$ git-split-diffs --cached