flashed 0.1.1

A flashcard TUI
flashed-0.1.1 is not a library.
Visit the last successful build: flashed-0.9.3

Flashed! Flashed logo

Flashed is a simple flashcard program written in rust.

It takes a deck as input which is written in json:

[
    {"question": "to, at", "answer": "ad" }
]

It contains simple controls.

After use it will save a adjacent file containing your progress:

$ flashed example.json

Would result in

$ ls

example.json
example.score.json