Crates.io | owldict |
lib.rs | owldict |
version | 1.0.1 |
source | src |
created_at | 2020-12-05 17:37:07.908393 |
updated_at | 2020-12-06 23:15:59.858206 |
description | A simple to use command line dictionary for english. |
homepage | |
repository | https://github.com/spyrosroum/owldict |
max_upload_size | |
id | 319898 |
size | 42,235 |
owldict is a command line dictionary that uses owlbot to find definitions and examples of words.
If you have cargo on your system you can install owldict from crates.io like this
$ cargo install owldict
You can install owldict from source if you have Rust installed on your system:
$ git clone https://github.com/SpyrosRoum/owldict.git
$ cd owldict
$ cargo build --release
You need to get a token from owlbot for owldict to work correctly.
Get your owlbot token from https://owlbot.info.
Then you will need to set an the OWLDICT_TOKEN
environment variable.
On linux it's as simple as running export OWLDICT_TOKEN={Your token}