fulgurate icon indicating copy to clipboard operation
fulgurate copied to clipboard

Simple spaced repetition flashcard software.

Results 2 fulgurate issues
Sort by recently updated
recently updated
newest added

Should it be >= rather than ==. (Otherwise self.repetitions == 0 is not handled.) if self.repetitions == 1: self.interval = 1 https://github.com/theq629/fulgurate/blob/master/cards.py#L34

This commit removes the a2x dependency and the fulgurate-man script. It adds handwritten manpages. Rationale: By removing the dependency, this commit increases stability and portability. It also makes fulgurate more...