Convert text files to doc files with no formatting
.drone.yml | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
txt2doc
Convert text files to doc files with no formatting. See the releases page for pre-compiled binaries availabel for Windows and Linux on x86-64.
Usage
./txt2doc.exe -f=<Text Input File> -o=<DOC Output File>
Build from source
- Ensure you have golang toolchain installed from https://go.dev
- Clone this repository
- Run the command go build