From 64bcd68a4ba814eb980f05ba4e5daa32d0ffc8d0 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 7 Oct 2022 23:21:20 -0400 Subject: [PATCH] redme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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.