1.3.1 • Published 6 years ago

godict v1.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

GoDict

Desc

Command line tool for translating English words into Chinese.

install

    npm install -g godict

run

    $ godict -V
    #1.3.0

    $ godict book
    # #  1
    # Cn:  (纸版或电子版的)书
    # En:  a written text that can be published in printed or electronic form
    # example:  ...


    # cli automatically provides continuous query function
    godict <input>


    # If there is no query result, the association vocabulary will be promoted
    godict lov
    
    # <<< msg: 'lov' not found, the following are relative words  ^_^
    #   0: lovable
    #   1: love
    #   2: love affair
    #   3: love bite


    # exit the cli 
    godict gg
1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago