1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-09-11 07:15:36 +03:00
hascard/README.md

14 lines
606 B
Markdown
Raw Normal View History

# hascard
2020-01-27 15:59:02 +03:00
An in-progress commandline utility for reviewing notes. 'Flashcards' can be written in markdown-like syntax. Different kind of questions are possible:
- [x] Simple flashcard
- Multiple choice question
- [x] Single correct answer
2020-07-17 23:34:18 +03:00
- [x] Multiple correct answers
2020-01-31 01:59:25 +03:00
- [x] Fill in the gaps
2020-01-27 15:59:02 +03:00
2020-07-15 16:32:38 +03:00
![a recording of example usage of the hascard application](./recording.gif)
2020-01-31 01:59:25 +03:00
2020-07-15 16:32:38 +03:00
<!-- ![a terminal application with a multiple choice question depicted on it](./scrot.png) -->
2020-01-31 01:59:25 +03:00
UI built with [brick](https://github.com/jtdaugherty/brick) and parsing of cards done with [parsec](https://github.com/haskell/parsec)