A terminal-based flashcard app inspired by Quizlet Learn.
learn flashcards.tsvTab-separated with Term<tab>Definition per line:
AWS Region A geographic area containing multiple data centers...
Availability Zone One or more discrete data centers within a Region...
- A definition is displayed
- Type the term and press Enter
- Case-insensitive matching (whitespace trimmed)
- If incorrect, you can override to mark as correct
- Each term needs 2 successes to master
- Progress saves after each answer
Progress is stored as .{filename}.progress.json next to the TSV file.
cargo build --release