anki-immersion-reader
Description
What the script does:
- Copies a list of all the words in the provided CSV file exported by Immersion Reader and prompts you to paste them into Yomitan's word generator and hit generate.
- Waits for the user to hit enter to continue.
- Once the user has done so it adds the sentences extracted from the CSV file to the newly created Anki cards.
Installation
Prebuilt binaries for most platforms can be found here.
You can also build it from source as described further down on this page.
(Optional) Verify binary checksum:
Requires GitHub CLI
gh attestation verify anki-immersion-reader_<OS>_<ARCH>[.exe] -R GameFuzzy/anki-immersion-reader
Usage
./anki-immersion-reader_<OS>_<ARCH>[.exe] filepath deck [field]
with filepath
being the path to the CSV file exported by AnkiDojo,
deck
being the name of your mining deck in Anki,
and field
being the name of your note type's sentence field.
Notes:
field
will default to "Sentence" if omitted.
Build from source
Requires Go 1.22.0
Instructions:
go build