zdict

Crates.iozdict
lib.rszdict
version0.1.3
sourcesrc
created_at2021-11-04 03:24:28.168133
updated_at2022-09-03 15:51:32.371006
descriptionLook up words via online dictionaries
homepagehttps://github.com/zdict/rust-zdict
repositoryhttps://github.com/zdict/rust-zdict
max_upload_size
id476442
size107,795
Apua Juan (apua)

documentation

https://github.com/zdict/rust-zdict

README

zdict

A Rust version of zdict.

Install

cargo install --git https://github.com/zdict/rust-zdict

Usage

zdict

USAGE:
    zd [FLAGS] [OPTIONS] <word>...
    zd <SUBCOMMAND>

ARGS:
    <word>...    Search translation of words

FLAGS:
    -d, --disable-db-cache    Temporarily not using the result from db cache. (still save the result
                              into db)
    -h, --help                Print help information
        --show-provider       Show dictionary provider
        --show-url            Show URL
    -v, --verbose             Use verbose output
    -V, --version             Print version information

OPTIONS:
        --dict <DICT>    Choose the dictionary [possible values: yahoo, urban, all]

SUBCOMMANDS:
    dicts    Show currently supported dictionaries

Commit count: 83

cargo fmt