riff icon indicating copy to clipboard operation
riff copied to clipboard

A diff filter highlighting which line parts have changed

Results 9 riff issues
Sort by recently updated
recently updated
newest added

I am currently working on packaging `riff` for Homebrew-Core and since I am not familiar with Rust, I would need some assistance. Initial try with formula: ``` class Riffdiff <...

# The Problem `black` is highlighted even though I think it shouldn't. Either explain this or fix it! # The diff ```diff --- /tmp/pirate/pirate-ipsum-before.txt 2020-12-31 00:11:15.000000000 +0100 +++ /tmp/pirate/pirate-ipsum-after.txt 2020-12-31...

upstream

If refining takes too long, print stats afterwards and ask for people to report them. We don't want `riff` to be slow, and if it is we should either fix...

If you do `git log -p`, it can be hard to see where each new commit starts and ends. Highlight this somehow!

If a newline is replaced with a space character, or a space character is replaced with a newline, don't highlight this. This is what happens when rewrapping text, and I...

Maybe we should hyperlink file names? Inspiration from .

Could you maybe add a comparison to the README? Personally I saw that I have [delta](https://github.com/dandavison/delta) installed and setup already.

The AUR repo listed in the README seems unmaintained, it hasn't been updated in over a year and is still on version 3.2.0 which is incompatible with current versions of...

I think we're actually pretty good, from `./benchmark.py`: ``` === BENCHMARKING === 154.2ms±1.6ms: /Users/johan/src/riff/.benchmark-binaries/riff-3.3.7 156.6ms±1.5ms: /Users/johan/src/riff/.benchmark-binaries/riff-3.3.8 154.4ms±1.0ms: /Users/johan/src/riff/.benchmark-binaries/riff-3.3.9 158.8ms±1.3ms: /Users/johan/src/riff/.benchmark-binaries/riff-3.3.10 238.3ms±1.5ms: /Users/johan/src/riff/.benchmark-binaries/riff-latest-commit-377bec3 237.0ms±1.5ms: /Users/johan/src/riff/.benchmark-binaries/riff-current 4.5ms±0.1ms: /bin/cat ``` But if we...