Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

lourot/lsankidb

Repository files navigation

Build Status Coverage 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 ...

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

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.