txt2doc/README.md

17 lines
527 B
Markdown
Raw Permalink Normal View History

2024-08-15 16:29:50 +00:00
# txt2doc
2024-08-15 16:45:07 +00:00
[![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>