KaiErikNiermann / flashcard-agg

Little project which allows people to combine their anki decks for similar topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flashcard-agg

This repo allows for multiple people to work on an anki flashcard deck.

  • The folders are titled with the topic of the flashcard ( e.g. test )
  • To get the aggregated deck of all flashcards go to releases and simply find your deck, it should be called u_test

How do I get the flashcards ?

You will want to download anki if you don't have it yet

Then go to the releases and download whichever .txt deck you want, then import it in the anki app

How do I contribute to this ?

The nice thing here is that the concat.sh script does most of the work, you simply

  1. Clone the repo

    git clone https://github.com/KaiErikNiermann/flashcard-agg.git
  2. Export your flashcards as a .txt and move them into the right folder you want the combined deck with

  3. (optional) If you don't want to contribute your flashcard you can locally generate the combined file by doing

    bash concat.sh

    This generates a folder release which contains the combined cards.

Script options

command description
bash concat true This simply appends all flashcard decks.
bash concat false (Default) What this does is that it only adds unique flashcards. Of note is that the script classifies unique as any difference on the front or back. It does not just use the front

Otherwise you can simply push the changes which runs the script and adds the updated deck to the release

About

Little project which allows people to combine their anki decks for similar topics


Languages

Language:Shell 100.0%