# txt2doc [![Build Status](https://drone.stevenpolley.net/api/badges/steven/txt2doc/status.svg)](https://drone.stevenpolley.net/steven/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 ```bash ./txt2doc.exe -f= -o= ``` ### Build from source 1. Ensure you have golang toolchain installed from https://go.dev 2. Clone this repository 3. Run the command go build