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
- Host: GitHub
- URL: https://github.com/lchsk/repetition
- Owner: lchsk
- Created: 2020-03-08T23:05:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T12:26:38.000Z (about 6 years ago)
- Last Synced: 2025-01-08T01:55:57.509Z (over 1 year ago)
- Topics: anki, flashcards, golang, spaced-repetition, spaced-repetition-algorithm, terminal, terminal-based
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```