Awesome
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.
Aurelien Lourot |
Changelog
1.0.0 (2018-04-21):
- Removed duplicate cards from the output.
0.0.2 (2018-04-20):
- Cosmetic improvements to the PyPI page.
0.0.1 (2018-04-20):
- Initial version.