Categorygithub.com/jiro4989/diff2xlsx
module
1.3.9
Repository: https://github.com/jiro4989/diff2xlsx.git
Documentation: pkg.go.dev

# README

diff2xlsx

Convert diff to xlsx.

Description

This util help to input diff of source code to Excel.

diff_sample

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

  1. Fork (https://github.com/jiro4989/diff2xlsx/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

jiro4989

# Packages

No description provided by the author
No description provided by the author