Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

side-by-side diff view #14

Open
patriziobruno opened this issue Apr 21, 2017 · 8 comments
Open

side-by-side diff view #14

patriziobruno opened this issue Apr 21, 2017 · 8 comments
Assignees
Milestone

Comments

@patriziobruno
Copy link

Would be great to have a side-by-side view for diffs, as that format is easier to read than the unified format.

@bilelmoussaoui bilelmoussaoui self-assigned this Apr 21, 2017
@bilelmoussaoui bilelmoussaoui modified the milestone: 2.0 Apr 21, 2017
@fbruetting
Copy link
Contributor

You could include the relevant code from Meld. Maybe there's even a library for that! :)

@bilelmoussaoui
Copy link
Owner

@fbruetting I didn't have the time to take a look at how to handle this :) git already provide a bash command to run your favorite diff tool (like meld). at worst i will just make it do the same instead of creating a widget from scratch that handles this specific case

@fbruetting
Copy link
Contributor

Was just an idea, wasn't sure if you knew Meld! :)

@bilelmoussaoui
Copy link
Owner

@fbruetting There's a built-in library that does handle the diff in python :) shouldn't be too hard to implement. Meld code is so overcomplicated and there's no way to use just their widget...

@bilelmoussaoui
Copy link
Owner

Not finished yet but looks fine for now 👍
screenshot from 2017-06-09 20-11-55

@bilelmoussaoui
Copy link
Owner

i've had some time today to work on this, and it looks much better
screenshot from 2017-06-15 22-42-06

but not that smart :p (not ready yet)
screenshot from 2017-06-15 22-43-07

@bilelmoussaoui bilelmoussaoui mentioned this issue Jun 17, 2017
Closed
@mchwalisz
Copy link

What about just starting Meld (or similar) and spend effort on other features?

@bilelmoussaoui
Copy link
Owner

@mchwalisz The whole feature is already on beta branch; i just need to find some time to clean the code a bit before merging it with master. Quite busy those days, i will try to do this as soon as i can :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants