A native GPU-accelerated Git/JJ diff viewer.
- Fast
- Good
curl -fsSL https://diffygui.com/install | bashpowershell -c "irm https://diffygui.com/install.ps1 | iex"Clone repo with submodules
git clone git@github.com:seatedro/diffy.git --recursivecargo build
cargo runHot reload is supported through Dioxus/Subsecond when the hot-reload feature is enabled:
dx serve --hot-patch --features hot-reloadGPL-3.0