14 releases (8 breaking)

0.10.1 Jan 27, 2025
0.9.3 Nov 8, 2022
0.8.0 Apr 30, 2022
0.4.0 Mar 29, 2022

#1016 in Games

Download history 105/week @ 2025-01-10 36/week @ 2025-01-17 96/week @ 2025-01-24 24/week @ 2025-01-31 4/week @ 2025-02-07 1/week @ 2025-02-14 7/week @ 2025-02-21

947 downloads per month

GPL-3.0 license

39KB
907 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–11MB
~98K SLoC