https://github.com/lourot/lsankidb
☆ `ls` for your local Anki database.
https://github.com/lourot/lsankidb
anki cli terminal
Last synced: 3 months ago
JSON representation
☆ `ls` for your local Anki database.
- Host: GitHub
- URL: https://github.com/lourot/lsankidb
- Owner: lourot
- License: unlicense
- Archived: true
- Created: 2018-04-20T16:32:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T18:41:03.000Z (almost 3 years ago)
- Last Synced: 2024-09-10T16:28:00.208Z (7 months ago)
- Topics: anki, cli, terminal
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 28
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/AurelienLourot/lsankidb)
[](https://codecov.io/gh/AurelienLourot/lsankidb)
[](https://pypi.org/pypi/lsankidb/)
[](https://badge.fury.io/py/lsankidb)[
](https://github.com/AurelienLourot/lsankidb)
# lsankidb
`ls` for your local [Anki](https://apps.ankiweb.net/) database.
Dump/Print all your Anki terms in order to save them, search them, `grep` them or `diff` them.
```bash
$ 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
```bash
$ 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](https://github.com/AurelienLourot/lsankidb/graphs/contributors).[](https://github.com/AurelienLourot) |
--- |
[Aurelien Lourot](https://github.com/AurelienLourot) |## 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](https://pypi.org/pypi/lsankidb/).**0.0.1** (2018-04-20):
* Initial version.