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

https://github.com/mblode/recall


https://github.com/mblode/recall

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Recall

**A flashcard CLI that uses spaced repetition for improved recall.**

## Installation

```sh
$ cargo install recall
```

## How to use

```sh
recall add --question "Example question" --answer "Example answer"
```

```sh
recall learn
```

## Authors

**Matthew Blode**

- [GitHub](https://github.com/mblode)
- [CodePen](https://codepen.io/mblode)

## License

MIT © [Matthew Blode](http://matthewblode.com)