1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-09-17 10:37:12 +03:00
flashcard TUI with markdown cards
Go to file
2020-07-18 15:13:34 +02:00
app Add version number flag 2020-07-18 14:07:02 +02:00
cards Add possibility to escape underscores 2020-07-18 15:13:34 +02:00
src Add possibility to escape underscores 2020-07-18 15:13:34 +02: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 version number flag 2020-07-18 14:07:02 +02:00
README.md Update README.md 2020-07-17 22:34:18 +02:00
recording.gif Add gif 2020-07-15 15:32:38 +02: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 Add centered wrapped text widget 2020-07-09 13:07:51 +02:00
stack.yaml.lock Add centered wrapped text widget 2020-07-09 13:07:51 +02: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 recording of example usage of the hascard application

UI built with brick and parsing of cards done with parsec