pickhardt / betty

Friendly English-like interface for your command line. Don't remember a command? Ask Betty.
2.61k stars 215 forks source link

Text-to-speech management (fixes #197, #170) #202

Open digital-carver opened 6 years ago

digital-carver commented 6 years ago
Betty: Running say -v "?"
sh: say: command not found

whereas with these changes, betty list your voices returns:

Betty: I don't seem to have a voice at all (the program 'say' would help me get some).

digital-carver commented 6 years ago

The has_command? change also fixes things like #189, which is most likely an incidental error message due to the invocation of the where command.