Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: Differential – a TUI diff reviewer with semantic grouping

github.com

3 points by gogoout a day ago

Hi 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!

gianlucabertell 6 hours ago

Nice, would be great is can be a module we can integrate in other TUI apps

  • gogoout 22 minutes ago

    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...