Here’s a useful shell script for anyone working with text files. wordif.sh does word-by-word comparisons and outputs the results as highlighted HTML or PDF. It’s much easier to read than standard terminal diffs, especially when you’re comparing entire directories. Simple and effective for document reviews. https://github.com/jazzfan2/wordif
You must log in or # to comment.
This seems cool for non-cli output, but for the CLI you can already do this with git --word-diff

