txt2doc/README.md
Steven Polley df4881404e
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing
initial commit
2024-08-15 10:45:07 -06:00

17 lines
527 B
Markdown

# 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=<Text Input File> -o=<DOC Output File>
```
### Build from source
1. Ensure you have golang toolchain installed from https://go.dev
2. Clone this repository
3. Run the command go build <path to repo>