#lookup #words #cli

app dictionary

A CLI to lookup words, written in Rust

1 unstable release

Uses old Rust 2015

0.1.0 Sep 29, 2018

#81 in #lookup

GPL-2.0 license

9KB
62 lines

Dictionary

Prerequisite

You'll need an account at https://developer.oxforddictionaries.com. Then use the ID and key as stated below.

Installation

cargo build

Running

export DICTIONARY_APP_ID={Your ID}

export DICTIONARY_APP_KEY={Your Key}

./dictionary {word}

Dependencies

~20MB
~436K SLoC