間隔重複
卡片會在你快要忘記時回來。你打個分,應用就替你挑好下一天。
記憶卡 · 間隔重複
建一個牌組,每天學幾分鐘,學過的就留得住。把你的 Anki 牌組帶過來,或找別人做好的牌組。
免費。沒有廣告。
卡片會在你快要忘記時回來。你打個分,應用就替你挑好下一天。
匯入 .apkg 檔案,或直接貼上一份清單。Loopky 會找出分隔符號並產生卡片。
語言牌組會朗讀卡片,並檢查你說得對不對。
發布自己的牌組、追蹤別人的,或複製一份改成你自己的。
讓你的 AI 用《火影忍者》第一季做一套日語牌組。Loopky 有終端機版,所以做得到。
MIT 授權。你可以讀程式碼、開 issue,或自己建置。
命令列
告訴你的 AI 想學什麼,從追的劇到下週的面試都行。選一個點子,改成你想要的,貼給 Claude、ChatGPT、Gemini 或任何能用 shell 的代理。
從一個點子開始
複製時會附上安裝步驟,AI 會安裝 Loopky、寫好卡片並發布牌組。
Build me a Loopky flashcard deck with the Loopky CLI.
What I want:
用《火影忍者》第一季做一個日語牌組,40 個單字和句子。正面是日文,背面是讀音和意思。
Steps:
1. Install the CLI if it is missing:
curl -fsSL https://github.com/jvsena42/loopky/releases/latest/download/install.sh | sh
Windows: irm https://github.com/jvsena42/loopky/releases/latest/download/install.ps1 | iex
2. Read the command surface first: loopky commands --json
3. Log in: loopky login
It prints a QR code. I approve it in Pubky Ring on my phone.
4. Write the cards to cards.tsv, one card per line:
front <TAB> back
Two more columns are optional: an https image URL for each side.
5. Check before you write anything:
loopky deck create --title "<TITLE>" --from-file cards.tsv --dry-run --json
6. Publish it:
loopky deck create --title "<TITLE>" --tag <TOPIC> --from-file cards.tsv
Language deck: add --front-lang en-US --back-lang es-ES --listen --speak
7. Show me the result: loopky deck show <deckId> --json
I already have an Anki file? Import it instead:
loopky import deck.apkg --dry-run --json
loopky import deck.apkg --title "<TITLE>"
Rules:
- Every command takes --json, and the result sits under "data".
- Always run --dry-run before a command that writes.
- Image URLs must be https, and no SVG or TIFF. Those do not render.
- Do not invent cards I did not ask for. Show me the list before publishing.
在 Google Play 取得,免費。
用 Pubky Ring 掃一下碼。不用電子郵件,不用密碼。
建牌組、貼上清單、從 Anki 匯入,或追蹤你找到的牌組。