dict
CLI and backend for dict - an open source dictionary aggregator.
Usage
To search for WORD
:
dict WORD [OPTIONS]
Available options
-h
or--help
- displays help message-t
or--time
- used to set timeout in seconds. Default value: 300-d
or--dict
- used to select desired dictionary-v
or--version
- used to show version, authors, license-c
or--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