Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.18 KB

rdict

An offline CLI dictionary written in rust, using data from wiktionary.

Installation

Install the Rust toolchain: https://rustup.rs

Install from source:

$ cargo install --git https://github.com/Lodobo/rdict

Download json (1.5GB):

# This will download a jsonl file to ~/.local/share/rdict
$ rdict download-json

Create sqlite database:

# This will create a .db file to ~/.local/share/rdict
$ rdict json-to-db

Usage of rdict:

Options Description
-w [WORD] Search word
--help Print help
-V Print version

See also