Remix.run Logo
meain 5 hours ago

I have been using https://github.com/jeffkaufman/icdiff for the longest time to get side by side diffs.

flamestro 3 hours ago | parent | next [-]

This looks great as well! I personally prefer a bit more context. Thats why I added a bit more of it to deff. It also allows to mark files as reviewed by pressing `r` which is quite handy for my flow.

lf-non 5 hours ago | parent | prev [-]

I also use icdiff, but it is good to have the file-awareness for git diff esp. the ability to quickly skip files that I know aren't important.

Amorymeltzer 4 hours ago | parent [-]

For that in particular, I use delta (<https://github.com/dandavison/delta>) with `side-by-side = true` enabled. I find I use both icdiff and delta side-by-side on a regular basis.

behnamoh 4 hours ago | parent [-]

Delta is so much faster than icdiff too.