Skip to content

Python tool to convert git diff output to HTML with split view

License

Notifications You must be signed in to change notification settings

MQueiros/diff2html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

diff2html

This is a simple tool written in python to covert git diff output into HTML with split view of the changes.

Usage

Redirect output of the git diff through a pipe into python script:

$ cat diff.patch | diff2html.py

If you want the script to output to file instead of dumping HTML into terminal use -f option as such:

$ cat diff.patch | diff2html.py -f

About

Python tool to convert git diff output to HTML with split view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%