Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhxxch/docx2txt

docx2txt for git-diff in C#
https://github.com/zhxxch/docx2txt

docx2txt text-extract windows

Last synced: 11 days ago
JSON representation

docx2txt for git-diff in C#

Awesome Lists containing this project

README

        

docx2txt - C#
========

[Download docx2txt.exe](https://github.com/zhxxch/docx2txt/releases/download/v1/docx2txt.exe)

## Usage

`.gitattributes`:
```
*.docx binary diff=docx
```

git config:
```
git config --local diff.docx.textconv docx2txt.exe
git config --local diff.docx.binary true
```

Windows only.

## Build

```
./build.ps1
```

## License

GNU GPL v3.0