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

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

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).