lsankidb

"ls" for your local Anki database.


Keywords
anki, cli, terminal
License
Unlicense
Install
pip install lsankidb==1.0.0

Documentation

Build Status Coverage Status Requirements Status PyPI version PyPI - Python Version

lsankidb

ls for your local Anki database.

Dump/Print all your Anki terms in order to save them, search them, grep them or diff them.

$ lsankidb
Listing /home/me/.local/share/Anki2/User 1/collection.anki2 ...

German
    ['Hello', 'Hallo']
    ['How are you?', "Wie geht's?"]
French
    ['Hello', 'Bonjour']
    ['How are you?', 'Comment ça va ?']

Installation

$ sudo pip3 install lsankidb

Validated against Anki 2.0.50 on Ubuntu 14.04.

Team

This project is maintained by the following person(s) and a bunch of awesome contributors.

AurelienLourot
Aurelien Lourot

Changelog

1.0.0 (2018-04-21):

  • Removed duplicate cards from the output.

0.0.2 (2018-04-20):

0.0.1 (2018-04-20):

  • Initial version.