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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request