]> git.armaanb.net Git - lightcards.git/blobdiff - man/lightcards.1.md
Bump version to 0.4.0
[lightcards.git] / man / lightcards.1.md
index 5fc0aed6810459e6387546752adc35f6a2aea691..90d0c1ae38d12ee94ce61422c547f3971c0499c9 100644 (file)
@@ -1,15 +1,15 @@
-% lightcards(1) 0.2.0
+% lightcards(1) 0.4.0
 % Armaan Bhojwani
 % January 2021
 
 # NAME
-Lightcards - simple terminal flashcards.
+lightcards - terminal flashcards from Markdown
 
 # SYNOPSIS
 lightcards [[options]] [input file]
 
 # DESCRIPTION
-**lightcards** is a Python program that reads data from a two column Markdown or HTML table, and displays flashcards based on their contents.
+**lightcards** is a Python program that reads data from a two column Markdown (and by extension, HTML) table, and displays flashcards from their contents.
 
 # POSITIONAL ARGUMENTS
 **input file**
@@ -31,6 +31,31 @@ lightcards [[options]] [input file]
 **-v**, **--version**
 : Print version and exit
 
+# KEYBINDINGS
+**l**, **right**
+: Next card
+
+**h**, **left**
+: Previous card
+
+**j**, **k**, **up**, **down**
+: Flip card
+
+**i**, **/**
+: Star card
+
+**0**, **^**, **home**
+: Go to start of deck
+
+**$**, **end**
+: Go to end of deck
+
+**H**, **?**
+: Open help screen
+
+**e**
+: Open input file in $EDITOR
+
 # EXIT VALUES
 **0**
 : Success