NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
How to build a `Git diff` driver (jvt.me)
yboris 23 minutes ago [-]
Related: my favorite viewer is diff2html-cli which lets you see the diff in your browser:

https://diff2html.xyz/

JavierFlores09 17 minutes ago [-]
my favorite online diff viewer so far is https://diffs.dev/, very straightforward. Diff2html looks cool too given it can work in terminal
gritzko 51 minutes ago [-]
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

1 hours ago [-]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 20:52:49 GMT+0000 (Coordinated Universal Time) with Vercel.