项目地址: popup-translation
目前支持两种使用方法:
安装方法:
cargo install --git https://github.com/fzdwx/popup-translation
# once
fanyi hello
fanyi -p youdao 你好
# daemon mode, read from clipboard, `ctrl+shift+c` to translate
fanyi
fanyi --help
在 nvim 中集成:
map("n", "<leader>fy", function()
local word = vim.fn.expand("<cWORD>")
local cmd = { "fanyi", word }
vim.fn.jobstart(cmd, { detach = true })
end, { desc = "qwe" })
使用 tauri wry 作为弹窗工具,使用 manateelazycat 的翻译规则
1
zagfai 2023-02-12 23:30:42 +08:00
好慢。。。
|