diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c03060 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Itor + +Iterates over note cards. Currently just to learn BubbleTea, may turn into a real flash card app at some point. + +## Running + +`go run main.go` + +* To change selection use arrow keys (or j/k). +* To enable a card to be selected, press enter or space. +* To switch to draw mode, press D.