Skip to content

Commit e2682cf

Browse files
committed
Added descriptions to README.md
1 parent af36cdd commit e2682cf

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
diff2html.py
22
============
3-
43
Colorize script for unified diff
54

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+
610
Usage
711
-----
8-
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

Comments
 (0)