💥 flashcards in your terminal
Go to file
Bryan Jenks 3df8e9e174 added field indenting for legibility 2020-04-19 02:02:23 -07:00
img update README preview pic 2020-04-19 00:42:36 -07:00
LICENSE Initial commit 2020-02-11 20:58:12 -08:00
README.md README Edits for the addition of score field 2020-04-19 00:56:14 -07:00
flash added field indenting for legibility 2020-04-19 02:02:23 -07:00

README.md

flashcards in your terminal! This script was inspired by a basic script i saw in a youtube video by a user named nixcasts. I Like the Anki flashcard system and so im working to replicate it in a simple manner using plain text documents and a shell script to aid my ability to study with active recall and spaced repetition.

Preview

This script is an expanded version of the one featured in This nixcasts Video

This expanded version will create a flash directory in .local/share/ and create an example deck.csv file for you.

You can have as many decks in the flash directory as you want, and having directories and nested directories filled with .csv decks will all work with this system.

Dependencies

This script uses:

Install these prior to running the script.

Installation

To utilize this script copy/move it to your ~/.local/bin/ folder or any place in your $PATH

Usage

The deck.csv file should have colon : seperated values in 4 columns

Organized like this:

category:question:answer:0

First Field: The category of the flashcard Second Field: The Question being asked Third Field: The Hidden Answer Fourth Field: The Score*

Videos

Flash Cards In Your Terminal With Flash.sh

enjoy!