Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reneklacan/dictuby
Command line online dictionary tool written in Ruby
https://github.com/reneklacan/dictuby
Last synced: 25 days ago
JSON representation
Command line online dictionary tool written in Ruby
- Host: GitHub
- URL: https://github.com/reneklacan/dictuby
- Owner: reneklacan
- License: apache-2.0
- Created: 2013-08-31T23:27:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T16:27:17.000Z (over 10 years ago)
- Last Synced: 2024-09-16T23:34:17.348Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dictuby
=======Command line online dictionary tool written in Ruby
Synopsis
Usage: dictuby [options] [QUERY]...
-h, --help Display this message
-l, --list-dicts List available dictionaries
-g, --get-dict Display current active dictionary
-s, --set-dict DICTIONARY Set active dictionary
-a, --list-sources List available sources
-e, --enable-source SOURCE_NAME Enable source with specified name
-d, --disable-source SOURCE_NAME Enable source with specified nameInstallation
------------gem install dictuby
or
git clone https://github.com/simpliplant/dictuby.git
cd dictuby
gem build dictuby.gemspec
gem install dictuby-0.0.9.gemExamples
--------
List available dictionariesdictuby -l
Set desired dictionary
dictuby -s en-es
Translate
dictuby car
Optionally you can tide up and you can disable some unwanted sources so useless disctionaries won't come up on "dictuby -l" command
At first list all dictionary sources
dictuby -a
And disable unwanted sources
dictuby -d slovnik.sk
dictuby -d slovnik.czSources can be also enabled again
dictuby -e slovnik.sk