tts-say

Little tool like spd-say but cross platform

Usage no npm install needed!

<script type="module">
  import ttsSay from 'https://cdn.skypack.dev/tts-say';
</script>

README

TTS-Say

Little tool like spd-say but cross platform

Usage

  1. npm install -g tts-say
  2. tts-say <whatyouwantittosay> or npx 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