监听粘贴版新的内容并翻译成中文
仅在
Manjaro
上测试,其他平台未知,有问题或建议请提交Pull Requests
或Issues
命令行版
请查看cli
分支,master
为systray
系统托盘版本
Linux | Windows 10 |
---|---|
- 自动翻译
clipboard
的内容 - 支持
Google Translate
和YouDao Translate
- 开源,不用担心
clipboard
内容泄漏问题
- GUI系统托盘执行,实现托盘切换翻译渠道及运行模式
- 增加测试代码
- Linux
xsel
或xclip
// Manjaro/Arch:
sudo pacman -S xsel xclip
// Debian/Ubuntu
sudo apt-get install xsel xclip
// Fedora
sudo dnf install xsel xclip
- Windows 10
PowerShell
nohup ./aitranslate -c [Google|YouDao] &
start /b ./aitranslate.exe -c [Google|YouDao]
manjaro 可以开启
clipman
设置中的同步鼠标选择区
,实现选中自动翻译
// Manjaro/Arch:
sudo pacman -S xsel xclip
// Debian/Ubuntu
sudo apt-get install xsel xclip
// Fedora
sudo dnf install xsel xclip