Show HN: Differential – a TUI diff reviewer with semantic grouping
github.comHi all — for those of you still reviewing code, I built a tool to make that easier, mostly for my own sake. There are some alternatives out there already, but none of them quite checked all the boxes for me, so I made my own. Feedback welcome!
Nice, would be great is can be a module we can integrate in other TUI apps
Yep, this is the architecture design from day 1. The differential-engine crate is what you looking for, the packed TUI is just a frontend render. Check here: https://github.com/thepartly/differential/tree/main/crates/e...