mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #997] Ability to compare the difference between two text files #641
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#641
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).
@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:
php-diffrequires PHP 7.3+)PHP-FineDiff)Not sure if any of the suggested libraries would be usable, but I'd personally welcome this feature regardless.