Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


Anki

Anki is a free and open-source flashcard program that utilizes spaced repetition. Spaced repetition has been shown to increase rate of memorization.

Reference(s)

Table of contents


Install from sources

TODO


Config

TODO


Use

TODO

apy

See:

WIP

Install apy:

$ cd ~/projects
$ git clone https://github.com/lervag/apy.git
$ cd apy
$ pip install . --user
$ ~/.local/bin/apy --help


If this cheat sheet has been useful to you, then please consider leaving a star here.