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
- Host: GitHub
- URL: https://github.com/codedust/shellsay
- Owner: codedust
- License: mit
- Created: 2014-06-03T21:50:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T14:19:30.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T03:15:05.102Z (12 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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