vocab 0.1.0

A command line tool for learning vocabulary in a new language
docs.rs failed to build vocab-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: vocab-0.2.0

Vocab

A command line application for learning vocabulary in new languages

Usage:

Initialising:

init will create a bew vocab.sqlite file in the current directory. We recommend you use directories to label which language you're learning.

Example:

mkdir japanese
cd japanese
vocab init

This will help you separate and organise multiple languages.

Adding new words

add <local> <foreign> will let you add a new word as you learn it. <local> should be the word in your own language, <foreign> should be the word in the language you are learning.

Example:

vocab add japan 日本

Try a single word

You can try guessing a single word at a time

vocab single

Endless Mode

When you run the program with no other arguments it will enter endless mode (use ctrl+c to quit)

vocab