antonmedv / countdown

Terminal countdown timer
MIT License
1.07k stars 110 forks source link

I dont know what to "say"... #9

Closed StingyJack closed 5 years ago

StingyJack commented 5 years ago
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?

ShawnMilo commented 5 years ago

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

Ruben35 commented 5 years ago

You could use echo

StingyJack commented 5 years ago

my google-fu skills were failing me that day

realyukii commented 3 months ago
$ countdown

 countdown [-up] [-say] <duration>

 Usage
  countdown 25s
  countdown 14:15
  countdown 02:15PM

 Flags
  -say
        announce the time left
  -up
        count up from zero

any info what is the function of -say flag? I tried it and see no effect