README
TTS-Say
Little tool like spd-say but cross platform
Usage
npm install -g tts-say
tts-say <whatyouwantittosay>
ornpx tts-say <whatyouwantittosay>
Example Use Cases
sleep 5; tts-say "Five seconds have passed!"
- Will say "Five seconds have passed after the command has waited for 5 seconds"
arbitraryCommandOfTheDay; tts-say "Helllo are you there? Your command finished!"
- Alerts you that your command has finished after it has done so
yum install somePackage; npx tts-say "Installation is done!"
- Alerts you that your package finished installing