From 729310cdfd81134f924584284ff71e7614a09295 Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Tue, 11 Feb 2020 21:11:06 -0800 Subject: [PATCH] update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 2f69240..6a35731 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # flash.sh + flashcards in your terminal! + +This script is an expanded version of the one featured in [This Video](https://www.youtube.com/watch?v=lX8jqo70r1I) + +My added components include testing for a `.flash/` directory in `$HOME` and inside that directory, that the `deck.csv` file exists. + +if these items exist then the script will deliver you flash cards in your terminal. + +the `deck.csv` file should have tab seperated values in 3 columns + +| column 1 | column 2 | column3 | +| :-: | :-: | :-: | +| category | question | answer | + +enjoy!