Show HN: A live Git diff view cli to stay on top of what agents are doing
github.com
1 thread
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.