An open API service indexing awesome lists of open source software.

https://github.com/sheepla/winsay

📣 `say` command for Windows written in Go
https://github.com/sheepla/winsay

cli go-cli say windows

Last synced: 10 months ago
JSON representation

📣 `say` command for Windows written in Go

Awesome Lists containing this project

README

          

# 📣 winsay

**say** command for Windows powered by [Microsoft Speech API](https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ee125663(v=vs.85))

## Usage

Just specify the text as arugument(s). The text will read aloud.

```
Usage:
winsay [OPTIONS] TEXT...

Application Options:
-r, --rate= Speech rate (default: 0)

Help Options:
-h, --help Show this help message
```

## Installation

You can download executable binary from the release page.

> [Latest Release](https://github.com/sheepla/winsay/releases/latest)

To build from source, clone this repository then run `go install`.

## Contributing

Welcome! 💕

## LICENSE

MIT