Nuacht

A simple haskell tool to parse the output of git diff command to JSON format.
This plugin finds and highlights word or character based changed/added/deleted diff units in a diff format, to make it possible to see the actual differences within a line. This plugin not only works ...
If you search the web you can find a number of references to programs/scripts that convert diff output to HTML. This is a bash version. The script expects "unified" diff output (diff -u) on its ...
The standard diff output is meant to be terse. It captures the differences between two files in such a way as to make it possible to convert one file to the other if you only end up with one of ...