AurelienLourot / lsankidb

☆ `ls` for your local Anki database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

☆ `ls` for your local Anki database.

License:The Unlicense


Languages

Language:Python 99.0%Language:Shell 1.0%