Skip to content

cwalkatron/diff2html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

diff2html.py

Colorize script for unified diff

  • diff2html.py
    • Script to translate output of diff -u to html
  • html2browse.py
    • Script to browse html output on web browser

Usage

Browse git diff on web browser

git diff | python diff2html.py | python html2browse.py

Save output as file

git diff | python diff2html.py -o gitdiff.html

About

Colorize script for unified diff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published