Crates.io | spaced-review |
lib.rs | spaced-review |
version | 0.1.1 |
source | src |
created_at | 2022-12-25 14:28:49.033778 |
updated_at | 2022-12-25 14:31:35.040513 |
description | A minimalistic terminal-based vocabulary learner or flashcard tool, using a spaced repetition algorithm. |
homepage | https://github.com/boymaas/spaced-review/ |
repository | https://github.com/boymaas/spaced-review |
max_upload_size | |
id | 745334 |
size | 3,907 |
Spaced repetition is a learning technique that involves increasing the intervals of time between reviewing previously learned material. The idea behind spaced repetition is that reviewing material at increasingly longer intervals helps to reinforce memory and improve retention of the material over time.
This is a minimalistic, terminal-based tool for reviewing, scoring, and storing retention information. It allows users to design their own method of collecting and storing cards
Each user had individual needs and their own Philosophy on how to organize their learning material.
We use the TUI to build our review interface.
Install vocage using Rust's package manager:
cargo install spaced-review
https://docs.rs/spaced-repetition/latest/spaced_repetition/# The algo implementing the spaced repetition algo
https://github.com/PoiScript/orgize An org mode parser