Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 476 Bytes

README

About This Project

A simple flashcard program that runs in the command line. Uses markdown files as cards and displays them based on a spaced repetition schedule.

How to Use

To use the flashcard program you need to create a 'cards' folder in the directory in which you run 'flashcards.rb'.

The program only supports terminals that use the '$EDITOR' environment variable as this is currently what is used to open an editor for card creation and editing.