drill icon indicating copy to clipboard operation
drill copied to clipboard

A CLI program for learning things through spaced repetition. :dog:

Results 7 drill issues
Sort by recently updated
recently updated
newest added

I installed drill with `pip install drillsrs` My first command was `drill-srs --help` and I recieved some errors ``` [giovanni@giovanni ~]$ drill-srs --help /home/giovanni/.local/lib/python3.10/site-packages/drillsrs/db.py:95: SAWarning: implicitly coercing SELECT object to...

https://github.com/willmcgugan/textual Could make it a bit more fun!

There are a number of such warnings on my machine (python3.10, MacOS, sqlalchemy 1.4.26). You can suppress them [like so](https://stackoverflow.com/a/5225951), or fix them.

so something like ```bash $ drill-srs add-card algos -q 'question' -a 'answer' $ drill-srs add-card -q 'question' -a 'answer' Okay, I added the card 'question' to the most recently used...

Basic Support for Importing apkg Anki Deck files still having some problems like sometime when trying to get plain text from html i get None so for now when it...

Currently, you have to wait at least one hour for reviewing a deck again. https://github.com/rr-/drill/blob/39913fdb1a6a996e923f563124ee5106dc127814/drillsrs/scheduler.py#L8 I think it'd be cool to have a way to refresh or bypass that somehow....

@rr- thanks for the software, works pretty well. I went through the code, and I guess I still don't understand the rationale for the "learn" function. As is, I can...