Hacker News new | ask | show | jobs
by krychu 1090 days ago
I can relate to this. I had fond memory of SuperMemo on DOS and wrote a little terminal tool “lrn” inspired by it: https://github.com/krychu/lrn

I acknowledge it’s simple, runs on terminal only and lacks bells and whistles. But this is also probably why I use it so much.

1 comments

Does it allow you to use Anki decks?
Unfortunately not, “lrn” uses a very simple file format where each entry consists of three lines: question, answer, empty line. But I think it’d be a good idea to look into supporting Anki decks. I should do it some time. It’d be probably limited to decks that use text only.
Yeah, I looked into a little bit. An Anki to Markdown converter would be ideal.

    Question: ...
    Answer: ...
----