https://github.com/roxasshadow/sabisabi
Guessing game for Anki
https://github.com/roxasshadow/sabisabi
Last synced: 7 months ago
JSON representation
Guessing game for Anki
- Host: GitHub
- URL: https://github.com/roxasshadow/sabisabi
- Owner: RoxasShadow
- Created: 2016-08-07T19:15:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T14:15:20.000Z (almost 10 years ago)
- Last Synced: 2025-03-22T19:17:24.617Z (over 1 year ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
錆び錆び
=======
[](https://crates.io/crates/sabisabi)
錆び錆び is a memorization software that uses Anki collections to allow players to
guess what's on the other side of a card by choosing the right one out of the proposed answers.
Usage
-----
First of all, export your anki deck to a plain text file through the official client.
Compile 錆び錆び by running `$ cargo build --release` and execute it with a command
like `$ ./sabisabi --path ../kanji.txt -side back --format notes --tag 日記 --strip-parents`.
You can get help by running `$ ./sabisabi --help`.
During its execution, press `Ctrl` + `C` to quit.
Example
-------
```
┌[giovanni@lifestream-3] [/dev/ttys001] [master]
└[~]> sabisabi -s front -p ~/Desktop/kanji.txt
da quando?
1) 目
2) 行く
3) 曜日
4) いつから
4
Your answer is correct!
per cui
1) 作る
2) だから
3) と言う
4) 土曜日
4
Your answer is wrong.
おおきい (grande)
1) 磨く
2) 大きい
3) 2時間後
4) 29日
大きい
Your answer is correct!
おとす (far cadere, tra.)
1) 変わる
2) 火曜日
3) 土曜日
4) 落とす
落
Your answer is invalid. Please retry.
きゅう9
1) ボールペン
2) 言う
3) 十
4) 九
```