This commit is contained in:
Tyrel Souza 2022-10-07 23:21:20 -04:00
parent 9bfc4e9e1b
commit 64bcd68a4b
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

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