Add difftastic and delta (#832)

Regarding the section name: it should also encompass stuff like Merge utilites (if such to be added in the future). I've taken the inspiration from https://wiki.archlinux.org/title/List_of_applications/Utilities#Comparison,_diff,_merge. That is, the following tools would all go under this section.

I've chosen "File Comparison" as a name.

Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/832
Reviewed-by: Admin <vleermuis-admin@noreply.codeberg.org>
This commit is contained in:
znmz 2026-06-08 08:55:00 +02:00 committed by Admin
commit 0d77826c8c

View file

@ -85,6 +85,8 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question
* [E-mail Mobile Clients](#e-mail-mobile-clients)
* [E-Mail Web Clients](#e-mail-web-clients)
* [Calendar Mobile Clients](#calendar-mobile-clients)
* [File Comparison](#file-comparison)
* [Diff Alternatives](#diff-alternatives)
* [File Monitoring](#file-monitoring)
* [File Storage](#file-storage)
* [File Storage Alternatives](#file-storage-alternatives)
@ -819,6 +821,21 @@ This is a section for repos that are similar to this one either because they are
|---------|:--------------:|----------|-------|
| [Giggity](https://github.com/Wilm0r/giggity) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/Wilm0r/giggity/blob/master/CLAUDE.md)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) |
## File Comparison
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|---|:---:|---|---|
| [delta](https://github.com/dandavison/delta) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/dandavison/delta/pull/2058))<br />[![AI Code Reviews](./badges/ai-code-reviews-purple.svg)](#ai-code-reviews) ([1](https://github.com/dandavison/delta/pull/2152), [2](https://github.com/dandavison/delta/pull/2026), [3](https://github.com/dandavison/delta/pull/2139)) |
| [difftastic](https://github.com/Wilfred/difftastic) | [`68273d15`](https://github.com/Wilfred/difftastic/commit/68273d15) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/Wilfred/difftastic/commit/b438e8b57d5628f0d04f92a19182198a54016528)) |
> [!NOTE]
> #### Diff Alternatives
> * [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy)
> * [diffr](https://github.com/mookid/diffr)
> * [icdiff](https://github.com/jeffkaufman/icdiff)
> * [riff](https://github.com/walles/riff)
> * [ydiff](https://github.com/ymattw/ydiff)
## File Monitoring
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |