prasathmani / tinyfilemanager

Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
https://tinyfilemanager.github.io
GNU General Public License v3.0
5k stars 1.67k forks source link

Ability to compare the difference between two text files #997

Open matheuskshn opened 1 year ago

matheuskshn commented 1 year ago

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 1 year ago

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:

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