mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-14 21:26:56 +02:00
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:
parent
91446577a9
commit
0d77826c8c
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -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) | [](#permissive-ai-policy) ([1](https://github.com/Wilm0r/giggity/blob/master/CLAUDE.md)) | [](#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) | [](#permissive-ai-policy) ([1](https://github.com/dandavison/delta/pull/2058))<br />[](#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) ([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) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue