How to build a `Git diff` driver

jvt.me

89 points by zdw 10 hours ago


yboris - 7 hours ago

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

https://diff2html.xyz/

tarun_anand - 28 minutes ago

Is there an OSS git diff for images and multimedia?

- 8 hours ago
[deleted]
gritzko - 8 hours ago

I recently implemented a diff driver as part of git-dogs. The integration part Claude one-shotted.

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

semanticintent - 2 hours ago

[flagged]