Open matheuskshn opened 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:
php-diff
requires PHP 7.3+)PHP-FineDiff
)Not sure if any of the suggested libraries would be usable, but I'd personally welcome this feature regardless.
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).