update README

This commit is contained in:
Bryan Jenks 2020-02-11 21:11:06 -08:00
parent 5679260d88
commit 729310cdfd
1 changed files with 15 additions and 0 deletions

View File

@ -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!