Skip to content

Character by character diff script written in python producing html output.

License

Notifications You must be signed in to change notification settings

JEdward7777/JLDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JLDiff

Character by character diff script written in python producing html output.

This uses the Longest common subsequence algorithm

It is executed as such

JLDiff.py a.txt b.txt out.html

The result is in html with red and green coloring. Larger files do exponentually take a longer amount of time to process but this does a true character by character comparison without checking line by line first.

About

Character by character diff script written in python producing html output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages