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
- Host: GitHub
- URL: https://github.com/sheepla/winsay
- Owner: sheepla
- Created: 2022-04-02T09:07:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T15:47:45.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T09:13:41.278Z (over 1 year ago)
- Topics: cli, go-cli, say, windows
- Language: Go
- Homepage:
- Size: 1.37 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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