💥 flashcards in your terminal
Go to file
Bryan Jenks f69f0e8945 fis typo 2020-04-17 11:46:15 -07:00
img edit readme 2020-04-16 22:16:30 -07:00
LICENSE Initial commit 2020-02-11 20:58:12 -08:00
README.md edit readme 2020-04-16 22:16:30 -07:00
flash fis typo 2020-04-17 11:46:15 -07:00

README.md

# flash.sh

flashcards in your terminal!

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 3 columns

Organized like this:

category:question:answer

enjoy!