diffedit3
, a prototype 3-pane diffediting GUI/webapp
#3094
ilyagr
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
It's Python, but there is Diffuse that does multi pane diff editing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Updates: There's a new version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made "diffedit3", a prototype GUI diff editor for
jj
that I'm hoping to bundle withjj
eventually (we might then rename it). It's a lowest-common-denominator kind of thing: a web app that works from a local serverjj
would start, and looks a lot like a much less polished version ofmeld
. The idea is that it would work over SSH and wouldn't need the user to install anything.Currently, there is also a version of it that's a full-fledged GUI application, based on Tauri.
It competes with
scm-diff-editor
a little, but I think there's a need for both a TUI and a GUI. I feel like 3-pane diffediting adds something essential to thejj
experience that I want to be accessible, and it seems easiest to make this work in the JS world. In the case ofdiffedit3
, it's a thin wrapper around CodeMirror5's merge plugin (which comes with some issues, see the Readme).Take a look, let me know what you think! There should be binaries for all platforms on the releases page.
Beta Was this translation helpful? Give feedback.
All reactions