bat-extras icon indicating copy to clipboard operation
bat-extras copied to clipboard

[Feature Req] Can we add side by side match for batdiff

Open ciscohack opened this issue 3 years ago • 1 comments

Hello Expert,

is it possible to add a feature in batdiff to view/compare 2 file changes side by side. this will be very handy.

ciscohack avatar Mar 01 '22 16:03 ciscohack

This isn't something I can do with just bat, but if you have delta installed then it's already possible!

Just export these two environment variables:

BATDIFF_USE_DELTA=true
DELTA_FEATURES=+side-by-side

eth-p avatar Jul 30 '22 00:07 eth-p