A command line based flashcard application using the WASD keybindings. This provides the user with a minimal enviroment to study as well as a new simple way to store your flashcards.
To get this repo just clone it it wherever you want:
git clone https://github.com/AshuHK/Study_CLI.git
cd Study_CLIYou can create a .study file by using whatever text editor you want (vim, emacs, nano, etc.). You will also have to compile it using the Makefile:
# to compile
make
# to use Study CLI
./study_cli-
Main Controls
horH- go back one cardjorJ- flip the current cardkorK- flip the current card (also)lorL- go forward one card
-
Misc.
?- helpqorQ- quit Study CLI
Note: In .study files, the delimiter character is |. See formatting.study for more details on formatting.