Remix.run Logo
How to build a `Git diff` driver(jvt.me)
66 points by zdw 6 hours ago | 4 comments
yboris 4 hours ago | parent | next [-]

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

https://diff2html.xyz/

JavierFlores09 4 hours ago | parent | next [-]

my favorite online diff viewer so far is https://diffs.dev/, very straightforward. Diff2html looks cool too given it can work in terminal

forrestthewoods an hour ago | parent | prev [-]

Why not just use Araxis Merge or Beyond Compare?

gritzko 4 hours ago | parent | prev [-]

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