splitdiff

Pretty line-level side-by-side (split) diffs in the terminal


License
ISC
Install
npm install splitdiff@0.1.2

Documentation

splitdiff

Pretty split (side-by-side) diffs in your terminal!

install

npm i -g splitdiff

usage

Can be used via CLI or API. Two different patterns:

  • git diff HEAD~2 HEAD~1 | splitdiff
  • splitdiff a b

git diffs generally produce better results than the built-in diff implementation.