Firstly, thanks for building this tool. It may be simple but works wonders for those who use it. I understand you might not be actively maintaining the project, but I am hoping my suggestion would be considered.
The option to export results would allow users to save a visual record of the differences between two text files, which can be useful for documentation, collaboration, or auditing purposes. I've implemented this in a cloned version using the reportlab library (with Copilot's help), and it successfully generates a PDF that preserves the colour-coded highlights. I had a few formatting issues that were resolved via text wrapping, but the core functionality works well and enhance the tool's usability.

Firstly, thanks for building this tool. It may be simple but works wonders for those who use it. I understand you might not be actively maintaining the project, but I am hoping my suggestion would be considered.
The option to export results would allow users to save a visual record of the differences between two text files, which can be useful for documentation, collaboration, or auditing purposes. I've implemented this in a cloned version using the
reportlablibrary (with Copilot's help), and it successfully generates a PDF that preserves the colour-coded highlights. I had a few formatting issues that were resolved via text wrapping, but the core functionality works well and enhance the tool's usability.