Skip to content

The command line based flashcards application

Notifications You must be signed in to change notification settings

AshuHK/Study_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study_CLI

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.

Installation and Setup

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

Keybindings

  • Main Controls

    • h or H - go back one card
    • j or J - flip the current card
    • k or K - flip the current card (also)
    • l or L - go forward one card
  • Misc.

    • ? - help
    • q or Q - quit Study CLI

Note: In .study files, the delimiter character is |. See formatting.study for more details on formatting.

About

The command line based flashcards application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published