logoalt Hacker News

How to build a `Git diff` driver

32 pointsby zdwtoday at 6:07 PM3 commentsview on HN

Comments

yboristoday at 8:29 PM

Related: my favorite viewer is diff2html-cli which lets you see the diff in your browser:

https://diff2html.xyz/

show 1 reply
gritzkotoday at 8:01 PM

I recently implemented a diff driver as part of git-dogs. The integration part Claude one-shotted. The actual diffing was a bit more work though.

Mine is token based: https://replicated.wiki/blog/img/difflet.png

The set of git tools itself, very much in development: https://github.com/gritzko/git-dogs