Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaiton/ankituls
A tool to import and export Anki decks in common formats
https://github.com/vaiton/ankituls
anki toml
Last synced: 3 months ago
JSON representation
A tool to import and export Anki decks in common formats
- Host: GitHub
- URL: https://github.com/vaiton/ankituls
- Owner: VaiTon
- Created: 2023-06-09T21:52:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T21:20:12.000Z (9 months ago)
- Last Synced: 2024-06-12T17:29:18.294Z (7 months ago)
- Topics: anki, toml
- Language: Rust
- Homepage:
- Size: 87.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ankitu
Ankitu is a tool to import and export Anki decks.
It is written in Rust and uses the [AnkiConnect](https://github.com/FooSoft/anki-connect) API.It can be used to import / export decks from / to Anki:
| Format | Import | Export | Notes |
| ------ | ------ | ------ | ------------------------------- |
| TOML | ✔️ | ✔️ | Recommended for git versioning. |
| JSON | | | TODO |
| YAML | | | TODO |> **Note:** Ankitu is still in development and not all features are implemented yet.
## Installation
```bash
cargo install --git https://github.com/VaiTon/ankitu.git
```## Usage
Export/import a deck:
```bash
ankitu export # export deck to TOMLankitu import # import deck from TOML
```