#tui #flashcards #learning

bin+lib flashed

A flashcard TUI

12 releases (7 breaking)

0.9.3 Nov 8, 2022
0.9.0 Aug 27, 2022
0.8.0 Apr 30, 2022
0.4.0 Mar 29, 2022

#615 in Games

Download history 4/week @ 2024-02-15 26/week @ 2024-02-22 3/week @ 2024-02-29 45/week @ 2024-03-28 33/week @ 2024-04-04

78 downloads per month

GPL-3.0 license

29KB
658 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–12MB
~108K SLoC