https://github.com/mblode/recall
https://github.com/mblode/recall
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/recall
- Owner: mblode
- License: mit
- Created: 2019-04-26T05:34:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T10:56:12.000Z (about 7 years ago)
- Last Synced: 2025-08-30T15:53:08.230Z (9 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)