itor/README.md

13 lines
320 B
Markdown
Raw Permalink Normal View History

2022-10-08 03:21:20 +00:00
# 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.
2022-10-09 05:21:00 +00:00
* To create a card, press C.