We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af36cdd commit e2682cfCopy full SHA for e2682cf
README.md
@@ -1,8 +1,18 @@
1
diff2html.py
2
============
3
-
4
Colorize script for unified diff
5
+* diff2html.py
6
+ * Script to translate output of diff -u to html
7
+* html2browse.py
8
+ * Script to browse html output on web browser
9
+
10
Usage
11
-----
-git diff | diff2html.py -o output.html
12
+### Browse git diff on web browser ###
13
14
+ git diff | python diff2html.py | python html2browse.py
15
16
+### Save output as file ###
17
18
+ git diff | python diff2html.py -o gitdiff.html
0 commit comments