Crates.io | flashed |
lib.rs | flashed |
version | 0.9.3 |
source | src |
created_at | 2022-02-18 17:30:37.014953 |
updated_at | 2022-11-08 19:18:39.325518 |
description | A flashcard TUI |
homepage | |
repository | https://gitlab.com/john_t/flashed/ |
max_upload_size | |
id | 534807 |
size | 81,530 |
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