Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/zhxxch/docx2txt
- Owner: zhxxch
- Created: 2021-01-14T12:10:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T01:58:44.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T19:27:29.355Z (about 2 months ago)
- Topics: docx2txt, text-extract, windows
- Language: PowerShell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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