Dephine
Google dictionary in terminal
Requirements
- Ruby (1.9)
- libncursesw5-dev
- mpg123 (it's not required for OS X)
Installation
$ gem install dephine
Usage
$ dephine [word]
What it looks like
$ dephine anything
anything
pronoun /ˈenēˌTHiNG/
Used to refer to a thing, no matter what
- nobody was saying anything
- have you found anything?
- he inquired whether there was anything he could do
Used for emphasis
- I was ready for anything
Used to indicate a range
- he trains anything from seven to eight hours a day
Hot-keys
- Arrow keys.
Ctrl-n
/j
to scroll down.Ctrl-p
/k
to scroll up.p
to pronounce.q
to quit.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request