flashed 0.2.0

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

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