VaiTon / ankituls

A tool to import and export Anki decks in common formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ankitu

Ankitu is a tool to import and export Anki decks. It is written in Rust and uses the AnkiConnect 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

cargo install --git https://github.com/VaiTon/ankitu.git

Usage

Export/import a deck:

ankitu export <FOLDER> # export deck to TOML

ankitu import <FOLDER> # import deck from TOML

About

A tool to import and export Anki decks in common formats


Languages

Language:Rust 100.0%