[GH-ISSUE #997] Ability to compare the difference between two text files #641

Open
opened 2026-03-02 16:00:28 +03:00 by kerem · 1 comment
Owner

Originally created by @matheuskshn on GitHub (Mar 22, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/997

Hello, I would like to request a new feature in the Tiny File Manager, the ability to compare the difference between two text files (similar to diff on Linux).

There are some file comparison libraries in PHP that could be used, such as php-diff (https://github.com/JBlond/php-diff) or FineDiff (https://github.com/gorhill/PHP-FineDiff).

Originally created by @matheuskshn on GitHub (Mar 22, 2023). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/997 Hello, I would like to request a new feature in the Tiny File Manager, the ability to compare the difference between two text files (similar to diff on Linux). There are some file comparison libraries in PHP that could be used, such as php-diff (https://github.com/JBlond/php-diff) or FineDiff (https://github.com/gorhill/PHP-FineDiff).
Author
Owner

@ner00 commented on GitHub (Jun 11, 2023):

This may be too much to ask from a project which aims to be a file explorer as simple as it can be for its purpose.
The libraries suggested fall into the categories of:

  • Too fresh (php-diff requires PHP 7.3+)
  • Too old and unmaintained (PHP-FineDiff)

Not sure if any of the suggested libraries would be usable, but I'd personally welcome this feature regardless.

<!-- gh-comment-id:1585894224 --> @ner00 commented on GitHub (Jun 11, 2023): This may be too much to ask from a project which aims to be a file explorer as simple as it can be for its purpose. The libraries suggested fall into the categories of: - Too fresh (`php-diff` requires PHP 7.3+) - Too old and unmaintained (`PHP-FineDiff`) Not sure if any of the suggested libraries would be usable, but I'd personally welcome this feature regardless.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#641
No description provided.