An open API service indexing awesome lists of open source software.

https://github.com/codedust/shellsay

a simple script that adds vocal cords to your shell
https://github.com/codedust/shellsay

Last synced: 7 months ago
JSON representation

a simple script that adds vocal cords to your shell

Awesome Lists containing this project

README

          

shellsay
========

a simple script that adds vocal cords to your shell

### How to use
```
say "Hello World" #Default is "en"
say "Hello World" fr #French pronunciation
say "Hello World" fr 20 #French robot ;)
```

### How to setup

1) Load the script manually with source:
```
user@pc$ source shellSay.sh
user@pc$ say "Hello World"
```

2) Add the content of shellSay.sh to your .bashrc or .zshrc config file