mirror of
https://github.com/Yvee1/hascard.git
synced 2024-11-22 12:51:58 +03:00
flashcard TUI with markdown cards
a3471e1df6
Wrapping is not accurate yet, it wraps too late therefore cutting off some text. Also all spaces are removed because of the textwrapping, so have to solve that issue too. |
||
---|---|---|
app | ||
cards | ||
src | ||
test | ||
.gitignore | ||
ChangeLog.md | ||
LICENSE | ||
old_scrot.png | ||
package.yaml | ||
README.md | ||
scrot.png | ||
Setup.hi | ||
Setup.hs | ||
Setup.o | ||
stack.yaml | ||
stack.yaml.lock |
hascard
An in-progress commandline utility for reviewing notes. 'Flashcards' can be written in markdown-like syntax. Different kind of questions are possible:
- Simple flashcard
- Multiple choice question
- Single correct answer
- Multiple correct answers
- Fill in the gaps
TODO:
- Spaced repetition (with Leitner system)
- Saving paths of previously used cards and other user data with xdg user directory