flashed

Crates.ioflashed
lib.rsflashed
version0.9.3
sourcesrc
created_at2022-02-18 17:30:37.014953
updated_at2022-11-08 19:18:39.325518
descriptionA flashcard TUI
homepage
repositoryhttps://gitlab.com/john_t/flashed/
max_upload_size
id534807
size81,530
John Toohey (greenfierydragon)

documentation

README

Flashed! Flashed logo

Flashed is a simple flashcard program written in rust. It also has an associative library.

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
Commit count: 58

cargo fmt