diffr VS delta

Compare diffr vs delta and see what are their differences.

diffr

Yet another diff highlighting tool (by mookid)

delta

A syntax-highlighting pager for git, diff, and grep output (by dandavison)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
diffr delta
3 88
519 20,717
- -
5.7 8.1
29 days ago 21 days ago
Rust Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

diffr

Posts with mentions or reviews of diffr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-13.
  • How to see word-diff and moved lines?
    3 projects | /r/git | 13 Jun 2023
    I use diffr since, it shows small changes in long lines nicely.
  • Meld is a visual diff and merge tool targeted at developers
    5 projects | news.ycombinator.com | 20 Mar 2022
    For visualization I really like kdiff3. Or on terminal https://github.com/mookid/diffr with specific settings that use 256 colors the highlights word differences as well.

    But for manual merging I haven't found anything better than ediff. That's the only reason I install emacs on my work machines. Seemless integration into a text editor is just unbeatable.

  • Difftastic: Syntax-aware structured diff tool
    6 projects | news.ycombinator.com | 7 Jul 2021
    I wrote diffr [0] for that purpose; it serves me well, especially if your team makes code with long lines.

    In my opinion, a simple approach that does NOT make any parsing is more efficient (what about bugs in your parser? code with syntax errors? also, how fast would the parser be?)

    [0]: https://github.com/mookid/diffr

delta

Posts with mentions or reviews of delta. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.

What are some alternatives?

When comparing diffr and delta you can also consider the following projects:

ydiff - View colored, incremental diff in workspace or from stdin with side by side and auto pager support

diff-so-fancy - Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada:

gumtree - An awesome code differencing tool

difftastic - a structural diff that understands syntax 🟥🟩

vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal

locust - "git diff" over abstract syntax trees

lazygit - simple terminal UI for git commands

kdiff3 - KDiff3 updated for Windows

vim-gitgutter - A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.

meld - Meld

gitui - Blazing 💥 fast terminal-ui for git written in rust 🦀