Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lourot/lsankidb
☆ `ls` for your local Anki database.
https://github.com/lourot/lsankidb
anki cli terminal
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T18:41:03.000Z (over 2 years ago)
- Last Synced: 2024-09-10T16:28:00.208Z (about 2 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
[![Build Status](https://travis-ci.org/AurelienLourot/lsankidb.svg?branch=master)](https://travis-ci.org/AurelienLourot/lsankidb)
[![Coverage Status](https://codecov.io/gh/AurelienLourot/lsankidb/branch/master/graph/badge.svg)](https://codecov.io/gh/AurelienLourot/lsankidb)
[![PyPI version](https://img.shields.io/pypi/v/lsankidb.svg)](https://pypi.org/pypi/lsankidb/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lsankidb.svg)](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).[![AurelienLourot](https://avatars0.githubusercontent.com/u/11795312?v=4&s=70)](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.