flashcards

1.12.0 • Public • Published

flashcards

A command line flashcard thing for learning things

flashcards demo

Installation

npm install -g flashcards

Usage

See the various commands:

flashcards

Practice a deck of cards:

flashcards practice --deck <deck-name>

See your progress:

flashcards inspect --deck <deck-name>

NOTE: So far the only deck of cards available is spanish-vocabulary

Practice flashcards before running git:

# your ~/.bashrc or ~/.bash_profile 
alias flash="flashcards practice --deck spanish-vocabulary; git $@"

Then instead of using git use flash instead:

flashcards demo

TODO:

  • document creating new decks and installing them

Readme

Keywords

none

Package Sidebar

Install

npm i flashcards

Weekly Downloads

2

Version

1.12.0

License

MIT

Last publish

Collaborators

  • wongterrencew