Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 387 Bytes

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