diffnav

Git diff pager combining delta's syntax highlighting with file tree navigation

brewmacoslinux
Try with needOr install directly
Source

About

Git diff pager based on delta but with a file tree

Commands

diffnav

Examples

View staged changes with file tree navigation$ git diff --cached | diffnav
Browse diff between two commits with enhanced highlighting$ git diff HEAD~1 HEAD | diffnav
Review all changes in working directory with tree structure$ git diff | diffnav