Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

zdict/rust-zdict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks