dpwright / srs

A highly extensible command-line spaced repetition system
BSD 2-Clause "Simplified" License
57 stars 3 forks source link

reschedule: Automatically add/remove things from the QUEUED and REPEAT files #2

Closed dpwright closed 12 years ago

dpwright commented 12 years ago

Currently the user is required to run "srs queue" before any call to "next-due". "srs queue" is a slow command, particularly in large workspaces, so its use should be limited as far as possible. When rescheduling exercises, we should automatically manipulate the queues to save us having to check the whole deck again later.