X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=man%2Flightcards.1.md;h=f57fd1e28c351af3b74a6d158311b725d09b6435;hb=f8dbb2a02277188e677bb89ffdacb13a270df35e;hp=96e8cccdc1aeecf1c06d03e8ff33e3549c566abb;hpb=e1326f7ecacb027aeb573bbf804f6e8df5a1e2da;p=lightcards.git diff --git a/man/lightcards.1.md b/man/lightcards.1.md index 96e8ccc..f57fd1e 100644 --- a/man/lightcards.1.md +++ b/man/lightcards.1.md @@ -1,15 +1,15 @@ -% lightcards(1) 0.0.0 +% lightcards(1) 0.6.0 % Armaan Bhojwani -% January 2021 +% February 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** @@ -19,8 +19,51 @@ lightcards [[options]] [input file] **-h**, **--help** : Show a help message and exit +**-a**, **--alphabetize** +: Alphabetize card order + +**-f**, **--flip** +: Show second column first + +**-p**, **--purge** +: Purge cache for chosen set + +**-r**, **--reverse** +: Reverse card order + +**-s**, **--shuffle** +: Shuffle card order + **-v**, **--version** -: Print 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 + +**m** +: Open control menu # EXIT VALUES **0**