git-delta

Syntax-highlighting pager for git and diff output

brewmacoslinux
Try with needOr install directly
Source

About

Syntax-highlighting pager for git and diff output

Commands

delta

Examples

Use delta as git's pager for diff output$ git config core.pager delta && git diff
View git log with syntax highlighting$ git log -p | delta
Compare two files with delta$ delta file1.txt file2.txt