oboeru

a collection of simple, scriptable flashcard programs
git clone anongit@rnpnr.xyz:oboeru.git
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageAuthorFiles+-
2022-05-22 14:30oboeru: add a small random offset to new review timeRandy Palamar2+5-2
2022-05-22 14:28oboeru: add a signal handler to print remaining reviewsRandy Palamar2+20-4
2021-08-26 19:58oboeru: reduce padding in Card structRandy Palamar2+3-5
2021-08-24 14:34oboeru: check for cflag before reviews == NULLRandy Palamar1+5-4
2021-08-24 01:06oboeru: make DELIM configurable via config.hRandy Palamar2+5-2
2021-08-24 00:07oboeru: remove extra 1s for failed cardsRandy Palamar1+1-1
2021-08-23 23:55oboeru: print n_reviews to stdout with '-c' flagRandy Palamar1+14-10
2021-08-23 17:35oboeru: -1s in MINIMUM test instead of +1s to review timeRandy Palamar1+4-4
2021-08-22 20:47oboerudata: error and exit if cardid doesn't exist in dataRandy Palamar1+5-1
2021-08-22 20:36oboeru: shuffle after adding review in review loopRandy Palamar1+9-6
2021-08-21 20:25oboeru: only timestamp review on first review of the sessionRandy Palamar1+13-9
2021-08-21 19:38oboeru: add 90s to MININUM so that branch isn't entered twiceRandy Palamar1+2-1
2021-08-21 19:29oboerudata: if makemap() returns nil exitRandy Palamar1+5-1
2021-08-20 15:30add mininum increase to current time when bumping cardRandy Palamar1+1-1
2021-08-19 21:27simplify MakefileRandy Palamar1+8-12
2021-08-19 21:22workaround stdio buffering with oboerudataRandy Palamar4+87-6
2021-08-18 03:29set due date to current time + time diffRandy Palamar1+5-4
2021-08-17 04:37rename due to reviewed and bump it in bump_card()Randy Palamar2+19-14
2021-08-17 00:41add a link to omoidasu for example usageRandy Palamar1+3-2
2021-08-16 22:54oboeru: make the cardid printing fmt configurableRandy Palamar2+5-2
2021-08-16 22:52oboeruhttp: give links the class "link"Randy Palamar2+7-6
2021-08-15 22:57import oboeruhttpRandy Palamar3+152-2
2021-08-12 18:10free decks array before exitingRandy Palamar1+2-0
2021-08-11 19:56cflag should be set to 1Randy Palamar1+1-1
2021-08-11 18:49eliminate global decks arrayRandy Palamar1+12-15
2021-08-11 18:38free decks array in cleanup()Randy Palamar1+1-0
2021-08-11 18:30remove global reviews arrayRandy Palamar1+16-21
2021-08-11 15:54wait time should be 50ms not 500msRandy Palamar1+1-1
2021-08-11 15:35don't produce side effects in bump_card()Randy Palamar1+27-17
2021-08-11 14:36import oboeruRandy Palamar7+499-0
2021-08-11 14:31initial commitRandy Palamar2+108-0