fastmod icon indicating copy to clipboard operation
fastmod copied to clipboard

Suggestion: Allow custom diftools

Open singiamtel opened this issue 1 year ago • 0 comments

It'd be nice to be able to use custom difftools to render the diff, like https://github.com/Wilfred/difftastic

This is how I'd do the same thing with git, for example:

# .gitconfig
[diff]
	tool = difftastic
[difftool "difftastic"]
    cmd = difft "$LOCAL" "$REMOTE"

singiamtel avatar Oct 02 '24 11:10 singiamtel