Skip to content

A CLI tool to help create anki cards in order to memorize poems

Notifications You must be signed in to change notification settings

Dazaisan99/ancli-poems-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

A CLI tool to help create anki cards in order to memorize poems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages