All Projects → doloopwhile → diff2html

doloopwhile / diff2html

Licence: other
Colorize script for unified diff

Programming Languages

python
139335 projects - #7 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].