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_CLI
You 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
h
orH
- go back one cardj
orJ
- flip the current cardk
orK
- flip the current card (also)l
orL
- go forward one card
-
Misc.
?
- helpq
orQ
- quit Study CLI
Note: In .study
files, the delimiter character is |
. See formatting.study
for more details on formatting.