Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/say

say "Proxy roll needs attention"
```