techygrrrl / timerrr

⏳ A CLI-based timer app with a TUI written in Go
https://blog.techygrrrl.stream/cross-platform-tui-cli-go-lang
MIT License
8 stars 2 forks source link

Support TTS on Linux with espeak #1

Closed techygrrrl closed 1 year ago

techygrrrl commented 1 year ago

This function is right now Mac-only: https://github.com/techygrrrl/timerrr/blob/ca42818c2e9645791b8c007dc84339da1315db1f/models/timer.go#L96

The results of trying to execute an unknown command via cobra is uncertain.

Add support for espeak on Linux.

wissam commented 1 year ago

I am taking care of this

techygrrrl commented 1 year ago

Closed by https://github.com/techygrrrl/timerrr/pull/8