1.12.0 • Published 7 years ago

flashcards v1.12.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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
1.12.0

7 years ago

1.11.1

7 years ago

1.11.0

7 years ago

1.10.0

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago