/ditext

Diff tool

Primary LanguageVue

ditext

- detect
+ ditext
- diff text
+ ditext

Goal

The goal of this project is to build a end-to-end solution for quick and dirty diffing needs. The project will eventually support multiple file types such as raw binary files, images (onion skin), JSON, code (using difftastic).

In future, I intend to add a feature to merge two conflicting files with ease. This feature is inspired by the IntelliJ's merge editor.

I may also experiment with AI assisted diff interpretation.

input A input B output
plain text plain text diff
plain text patch merged text
patch patch merge editor

Credits