ivartj/minn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Usage: minn [ <options> ] <subcommand> ...
Usage: minn add <front> <back>
Usage: minn back [ <card-id> ]
Usage: minn create
Usage: minn current
Usage: minn edit <card-id> <front> <back>
Usage: minn front [ <card-id> ]
Usage: minn help [ <subcommand> ]
Usage: minn list
Usage: minn migrate [ -t <to-schema-version> ]
Usage: minn rate <rating>
Usage: minn remove [ <card-id> ]
Description:
minn is a spaced-repetition command-line application based on the SuperMemo 2
algorithm which manages a deck of digital flash cards.
For now it is just a personal experiment, but I welcome you to try out the
code and do whatever you like with it.
A deck file 'minn.deck' is created in the current directory with the 'create'
subcommand. An alternate location for the deck file to be created or managed
with other subcommands can be specified with the --deck option before the
subcommand.
Further help for each subcommand is given by the 'help' subcommand.
Options before subcommand:
-h, --help Prints help message.
--version Prints version.
-d, --deck=<filepath>
Specifies path of deck database to operate upon.
-b, --max-relearn-backlog=<number>
Limits how far back in the backlog the current card can be.
The default is 10.