Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.11 KB

Warning : This crate is not usable

Please use this addon instead

Ancli-poems-rs

Ancli-poems is a simple command line tool made with rust to help create anki cards from poems.

Example

Example

Installation

Dependencies

You will only need cargo and git for the installation process

Process

Git clone the repository and go into it

$ git clone https://github.com/dazaisan99/ancli-poems-rs

$ cd ancli-poems-rs

Build the crate

$ cargo build --release

Finally, move the executable in target/release to a directory in your path (e.g. /usr/bin/ for linux)

Usage

$ ancli-poems-rs -p/--path <PATH> -n/--name <NAME> [-h/--help]

PATH is the path to the file you want to create cards with

NAME is the name you want the deck created to have

A file with the name "name.apkg" will be created in the current directory

Next, open Anki, click File > Import and select the file.

The file has now been imported. Have fun !