hdiff
Hash-based Diffing for AST's (by VictorCMiraldo)
ydiff
View colored, incremental diff in workspace or from stdin, side by side and auto paged. (by ymattw)
hdiff | ydiff | |
---|---|---|
1 | 2 | |
76 | 895 | |
- | 0.3% | |
0.0 | 8.3 | |
about 5 years ago | about 1 month ago | |
Haskell | Python | |
MIT License | GNU General Public License v3.0 or later |
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.
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.
hdiff
Posts with mentions or reviews of hdiff.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-29.
-
Difftastic: A diff that understands syntax
I really like the idea of focusing on producing patches for human consumption. I studied the problem of merging AST-level patches during my PhD (https://github.com/VictorCMiraldo/hdiff) and can confirm: not simple! :)
ydiff
Posts with mentions or reviews of ydiff.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-29.
-
Difftastic: A diff that understands syntax
I find ydiff more useful, specially for the side-by-side output: https://github.com/ymattw/ydiff
I'm using it like "git-ydiff-s" script in my PATH to use "git ydiff-s":
#!/bin/sh
-
Meld is a visual diff and merge tool targeted at developers
On the terminal I find `ydiff -s --wrap --width=0` very good for a comprehensible side-by-side diff: https://github.com/ymattw/ydiff
I definded this wrapper script ~/bin/git-ydiff-s:
#!/bin/sh
What are some alternatives?
When comparing hdiff and ydiff you can also consider the following projects:
hid-examples - Examples to accompany the book "Haskell in Depth"
diffr - Yet another diff highlighting tool
parconc-examples - Sample code to accompany the book "Parallel and Concurrent Programming in Haskell"
wordle - Wordle TUI in Rust
generic-data - Generic data types in Haskell, utilities for GHC.Generics
diffuse - Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.