Skip to content
/ rdict Public

Offline dictionary using data from wiktionary.

License

Notifications You must be signed in to change notification settings

Lodobo/rdict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Offline dictionary using data from wiktionary.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published