update README
This commit is contained in:
parent
5679260d88
commit
729310cdfd
15
README.md
15
README.md
|
|
@ -1,2 +1,17 @@
|
||||||
# flash.sh
|
# flash.sh
|
||||||
|
|
||||||
flashcards in your terminal!
|
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!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue