13 releases (8 breaking)

new 0.10.0 Jan 15, 2025
0.9.3 Nov 8, 2022
0.9.0 Aug 27, 2022
0.8.0 Apr 30, 2022
0.4.0 Mar 29, 2022

#191 in Games

Download history 16/week @ 2024-09-27 2/week @ 2024-12-06 1/week @ 2024-12-13 54/week @ 2025-01-10

54 downloads per month

GPL-3.0 license

39KB
904 lines

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

Dependencies

~1–14MB
~100K SLoC