Skip to content

SpyrosRoum/owldict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owldict

owldict is a command line dictionary that uses owlbot to find definitions and examples of words.

Build

From crates.io

If you have cargo on your system you can install owldict from crates.io like this

$ cargo install owldict

From Source

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

Set up

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}

Releases

No releases published

Languages