git-split-diffs icon indicating copy to clipboard operation
git-split-diffs copied to clipboard

Syntax highlighted side-by-side diffs in your terminal

Results 14 git-split-diffs issues
Sort by recently updated
recently updated
newest added

When I use this command `git config --global --replace-all core.pager 'git-split-diffs --color | less -RFX'` I want to show me everything I've changed, but I can't see. I can only...

![GIF 2022-5-8 13-38-38](https://user-images.githubusercontent.com/49085035/167283499-b7bae3c6-9919-403c-9698-87aab6c7a002.gif) this is my data json data ``` [ { "_id": "6277514944c5c85947b6eb0f", "index": 0, "guid": "15b9dd4f-3c75-42c5-a560-cd4c6f89392a", "isActive": false, "balance": "$2,194.29", "picture": "http://placehold.it/32x32", "age": 33, "eyeColor": "blue", "name": "Darcy...

Hey! I'm using git-split-diffs all the time, but I'd like if it could use this https://github.com/wilfred/difftastic under the hood. Are these tools composable?

Great tool! :) However it's also used to display `git log`, and when I do that on my `urxvt` terminal, which also uses [gbt](https://github.com/jtyr/gbt), I get a broken terminal: -...

One thing I ([and others](https://github.com/isaacs/github/issues/729)) find sad about GitHub's diff is that it doesn't show succintly moved lines (it shows one line removed, one line added...). I was wondering if...

Less sometimes stop working, key will print in cmd line diretly without doing anything. I have no idea if it is cause by git-split-diffs. I have never meet that case...

The speed is too slow, disable syntax highlighting is also slow. Are there other ways to speed things up?

![image](https://user-images.githubusercontent.com/49085035/128802651-0d69ad12-384f-4ec3-94fb-a871b08faa1c.png) I think it's because C/J/K letter occupies two bytes. Is there any way to fix it? And there are my gitconfigs: ``` [pager] diff = "git-split-diffs --color=16m | less...

Hi I'm getting the following warning displayed whenever I run git-split-diff `(node:364) ExperimentalWarning: Conditional exports is an experimental feature. This feature could change at any time` Functionally though all seems...