flashed

Crates.ioflashed
lib.rsflashed
version0.10.1
created_at2022-02-18 17:30:37.014953+00
updated_at2025-01-27 18:24:51.498063+00
descriptionA flashcard TUI
homepage
repositoryhttps://gitlab.com/john_t/flashed/
max_upload_size
id534807
size92,851
John Toohey (John-Toohey)

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: 71

cargo fmt