Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 829 Bytes

File metadata and controls

51 lines (33 loc) · 829 Bytes

image

Diffy

A native GPU-accelerated Git/JJ diff viewer.

Features

  • Fast
  • Good

Install

macOS / Linux

curl -fsSL https://diffygui.com/install | bash

Windows

powershell -c "irm https://diffygui.com/install.ps1 | iex"

Build

Clone repo with submodules

git clone git@github.com:seatedro/diffy.git --recursive
cargo build
cargo run

Development

Hot reload is supported through Dioxus/Subsecond when the hot-reload feature is enabled:

dx serve --hot-patch --features hot-reload

License

GPL-3.0