# README
diff2xlsx
Convert diff to xlsx.
Description
This util help to input diff of source code to Excel.
Usage
Standard.
git --no-pager diff | diff2xlsx write -o diff.xlsx
See help.
diff2xlsx
diff2xlsx write -h
If you want to customize attribute then edit $HOME/.config/diff2xlsx/style.toml
.
If you use windows then edit %USERPROFILE%\.config\diff2xlsx\style.toml
.
Install
To install, use go get
:
$ go get -d github.com/jiro4989/diff2xlsx
Contribution
- Fork (https://github.com/jiro4989/diff2xlsx/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request