3 个版本 (1 个稳定版)
1.0.0 | 2020年4月20日 |
---|---|
0.1.1 | 2020年4月16日 |
0.1.0 | 2020年4月16日 |
#4 in #anki
130KB
300 行
linank
安装
如果你已经安装了 cargo
cargo install linank
你也可以自己构建它
git clone https://gitlab.com/Maaxxs/linank.git
cd linank/
cargo install --path .
关于 Anki 的注意事项
- 你需要安装 Anki Connect 插件
- Anki 需要运行时你执行此程序(Anki Connect 插件监听于
localhost:8765
)
用法
注意:Anki 中的 翻牌组名称 必须已存在。也许我会实现非存在翻牌组的自动创建。
注意:目前翻译是 英文→德文 且硬编码。这也许会改变。
linank--帮助
Linank 0.1.0
Max Kunzelmann <[email protected]>
Searches a tranlation at linguee.de and adds it to an Anki deck
USAGE:
linank [OPTIONS] <QUERY>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --deck-name <deck name> The name of the deck in Anki to which the note should be added.
ARGS:
<QUERY> The word to translate
示例
$ linank precious
Suche: precious
Bedeutung als Adjektiv: "precious"
kostbar
edel
wertvoll
Bedeutung als Substantiv: "precious"
Liebling
Zu Anki hinzufügen?[Y/n]
$ linank "precious time"
Suche: precious time
Bedeutung als Substantiv: "precious time"
kostbare Zeit
wertvolle Zeit
Zu Anki hinzufügen?[Y/n]
将单词添加到与 Englisch 不同的翻牌组。
$ linank -d TestDeck precious
Suche: precious
Bedeutung als Adjektiv: "precious"
kostbar
edel
wertvoll
Bedeutung als Substantiv: "precious"
Liebling
Zu Anki hinzufügen?[Y/n]
Linguee
我写这个程序仅用于个人使用。
许可证
依赖项
~7–12MB
~248K SLoC