Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lchsk/repetition
- Owner: lchsk
- Created: 2020-03-08T23:05:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T12:26:38.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T17:41:04.398Z (3 months 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
```