Command line app for analyzing exported anki decks.
Anki is a powerful application for flash cards. Ideal for example for learning a new language.
It enables an export of all decks into a multiple formats, including the CSV.
The goal of this command line app is to read exported decks (in the form of a CSV file) and analyze them.
To go beyond default counting of notes and cards a simple format of metadata is assumed to be used.
First, export your decks from Anki into a CSV file.
You can use attached tutorial How to export Anki Collection for reference.
App is written in node.js, therefore you must install it.
You also must have node and npm executables on the PATH.
Clone this repository:
git clone https://github.com/pavolvarga/anki-analyzer.gitGo to the directory:
cd anki-analyzerInstall dependencies:
npm installBuild:
npm run buildTo see the help, type:
node dist/index.jsor
node dist/index.js helpMIT