dict 
CLI and backend for dict - an open source dictionary aggregator.
Usage
To search for WORD:
dict WORD [OPTIONS]
Available options
-hor--help- displays help message-tor--time- used to set timeout in seconds. Default value: 300-dor--dict- used to select desired dictionary-vor--version- used to show version, authors, license-cor--clean- used to delete examples from translation
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Create test to your feature in RSpec
- Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request