34 points | by zdw 3 hours ago ago
3 comments
Related: my favorite viewer is diff2html-cli which lets you see the diff in your browser:
https://diff2html.xyz/
my favorite online diff viewer so far is https://diffs.dev/, very straightforward. Diff2html looks cool too given it can work in terminal
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
Related: my favorite viewer is diff2html-cli which lets you see the diff in your browser:
https://diff2html.xyz/
my favorite online diff viewer so far is https://diffs.dev/, very straightforward. Diff2html looks cool too given it can work in terminal
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