From 2bbb991bfb986d7e84b2400894eff9122beda498 Mon Sep 17 00:00:00 2001 From: ABB65 Date: Tue, 14 Apr 2026 13:19:35 +0300 Subject: [PATCH] Add LineDiff to Other Text Formats --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5fa91d..f5e82d9 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Diff utilities for non-code based text formats. - [Graphtage](https://github.com/trailofbits/graphtage) - Semantic diff for JSON, JSON5, XML, HTML, YAML, CSV. - [jd](https://github.com/josephburnett/jd) - Creates diffs for JSON/YAML files, also supports patching. - [JSON Diff](https://www.jsondiff.com/) - Online tool to compute a semantic diff for JSON files. +- [LineDiff](https://linediff.app) - Web-based diff tool for comparing text and documents in multiple formats (TXT, DOCX, PDF, CSV, JSON, YAML, XML, Excel), with AI-powered semantic analysis and client-side processing. - [nbdime](https://nbdime.readthedocs.io/en/latest/) - Diffing and merging of Jupyter Notebooks. - [OpenAPI-diff](https://github.com/OpenAPITools/openapi-diff) - Utility for comparing two OpenAPI specifications. - [prettier-diff](https://github.com/josephfrazier/prettier-diff) - Wrapper around git diff for JavaScript/JSON, preprocesses the data with a prettifier.