Seems pretty neat below shows both side-by-side and in-line views. Written in Rust, or course.
1 Like
Looks nice. I have been using diff --color-words
for a bit with alias.wdiff=diff --color-words
in my Git config. Then, I just use git wdiff
instead of git diff --color-words
.
In Sublime Text, I use GitSavvy, which has inline diffs with syntax highlighting.
I also considered using diff-highlight
, which is a Perl script included with most Git installations in the /usr/share/doc/git/contrib/diff-highlight
path. Sadly, no syntax highlighting and all of the fanciness.