https://github.com/eliostvs/lembrol
A flashcard terminal app
https://github.com/eliostvs/lembrol
Last synced: 6 months ago
JSON representation
A flashcard terminal app
- Host: GitHub
- URL: https://github.com/eliostvs/lembrol
- Owner: eliostvs
- License: mit
- Created: 2023-12-13T22:19:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:20:01.000Z (about 1 year ago)
- Last Synced: 2024-10-29T13:11:39.031Z (about 1 year ago)
- Language: Go
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Lembrol
Lembrol is a flashcard application that helps you memorize and review information using spaced repetition.
## Features
- Create and manage multiple decks of flashcards
- Add, edit, and delete cards within each deck
- Review cards using spaced repetition algorithm
- View statistics for each card and deck
## Installation
### From Source
```bash
go install github.com/eliostvs/lembrol/cmd/lembrol@latest
```
### Pre-built binaries
You can download pre-built binaries from the GitHub [release page](https://github.com/eliostvs/lembrol/releases).