An open API service indexing awesome lists of open source software.

https://github.com/lchsk/repetition


https://github.com/lchsk/repetition

anki flashcards golang spaced-repetition spaced-repetition-algorithm terminal terminal-based

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# repetition

Spaced repetition in terminal.

To run, e.g.

```
$ ./repetition -deck-path ./decks/test_ita.deck
```

## Building

```
$ go build
```