Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 654 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 654 Bytes

A simple wordbook written in go

Install

go build -o "$GOPATH/bin/wb"

Configuration

You can get an auth from eduic here: http://my.eudic.net/OpenAPI/Authorization

Then put it in a config file which is located in $HOME/.wbcfg.toml, here is the format:

auth = ""

Usage

Add new word(s) to wordbook

wb add word

gBmbc.jpeg

Query words with page

wb lst 0 1

gBz3q.jpeg

Delete word(s) from wordbook

wb del word

gBh6x.jpeg