4 comments

[ 0.26 ms ] story [ 15.6 ms ] thread
a live diff feels much easier to trust than a running terminal log. does it handle several agents at once?
It shows all changes by polling the filesystem so there can be several agents touching it, yes.
Is this essentially `watch git diff --compact-summary` or is there a benefit or feature of livediff I'm missing?
That will repeat the `git diff` whereas livediff shows only the changes that happened now.