antonmedv / countdown

Terminal countdown timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I dont know what to "say"...

StingyJack opened this issue · comments

c:\users\stingyjack\go\bin\countdown 10s && say "final"

does the countdown, then...

'say' is not recognized as an internal or external command,
operable program or batch file.

I'm guessing I need another tool installed for that. What am I missing?

say is a Mac command. It won't work on Windows. Replace with whatever text-to-speech software you like.

You could use echo

my google-fu skills were failing me that day