1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-22 12:51:58 +03:00
flashcard TUI with markdown cards
Go to file
2020-01-28 20:55:19 +01:00
app Make menu for selecting file containing flashcard 2020-01-27 22:23:29 +01:00
cards Add parsing and basic UI for open question type 2020-01-28 20:55:19 +01:00
src Add parsing and basic UI for open question type 2020-01-28 20:55:19 +01:00
test refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00
.gitignore refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00
ChangeLog.md refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00
LICENSE refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00
old_scrot.png Change style of header and update screenshot 2020-01-27 22:49:50 +01:00
package.yaml Add main menu before filebrowser 2020-01-28 13:01:09 +01:00
README.md made barebones readme 2020-01-27 13:59:02 +01:00
scrot.png Change style of header and update screenshot 2020-01-27 22:49:50 +01:00
Setup.hi refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00
Setup.hs refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00
Setup.o refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00
stack.yaml refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00
stack.yaml.lock refactored to use stack, looked at brick package 2020-01-20 10:07:16 +01:00

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

a terminal application with a multiple choice question depicted on it