Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tootallnate/say
Shell command to play the result of https://say.n8.io through your speakers
https://github.com/tootallnate/say
Last synced: 5 days ago
JSON representation
Shell command to play the result of https://say.n8.io through your speakers
- Host: GitHub
- URL: https://github.com/tootallnate/say
- Owner: TooTallNate
- Created: 2018-08-05T02:55:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T23:11:44.000Z (about 6 years ago)
- Last Synced: 2024-10-24T02:48:49.658Z (2 months ago)
- Language: Shell
- Homepage: https://import.pw/tootallnate/say
- Size: 0 Bytes
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# say
Shell command to play the result of https://say.n8.io through your speakers.
Currently requires `afplay` on MacOS (TODO: support `mpg123`, `ffplay` and more
playback commands).## Example
```bash
#!/usr/bin/env import
import tootallnate/saysay "Proxy roll needs attention"
```