Skip to content

thomanq/gd2h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gd2h

Git diff to HTML Tool

$ python gd2h.py -h

usage: gd2h.py [-h] [-c COMMIT] [-o OUTPUT_FILE] [-t TITLE] [-p] [-l] [-d]
               [-a]

optional arguments:
  -h, --help            show this help message and exit
  -c COMMIT, --commit COMMIT
                        commits to diff, defaults to 'HEAD^ HEAD'
  -o OUTPUT_FILE, --output-file OUTPUT_FILE
                        output file, defaults to 'diff.html'
  -t TITLE, --title TITLE
                        output file title, defaults to 'Git Diff'
  -p, --print           print output command instead of running it'
  -l, --line-through    line through deleted words'
  -d, --drop-header     drop git diff header
  -a, --auto            correction mode: set default flags for pretty file
                        correction layout

Dependencies

About

Git diff to HTML Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages