Skip to content

监听粘贴版新的英文内容并翻译成中文,Monitor the new English content of the pasted version and translate it into Chinese

License

Notifications You must be signed in to change notification settings

cnbattle/aitranslate

Repository files navigation

ai translate

LICENSE

监听粘贴版新的内容并翻译成中文

仅在Manjaro上测试,其他平台未知,有问题或建议请提交Pull RequestsIssues

命令行版请查看cli分支,mastersystray系统托盘版本

Linux Windows 10

特色

  • 自动翻译 clipboard 的内容
  • 支持 Google TranslateYouDao Translate
  • 开源,不用担心 clipboard 内容泄漏问题

TODO

  • GUI系统托盘执行,实现托盘切换翻译渠道及运行模式
  • 增加测试代码

使用

依赖

  • Linux xselxclip
// Manjaro/Arch:
sudo pacman -S xsel xclip
// Debian/Ubuntu
sudo apt-get install xsel xclip
// Fedora
sudo dnf install xsel xclip
  • Windows 10 PowerShell

Linux or Mac

nohup ./aitranslate -c [Google|YouDao] & 

Windows

start /b ./aitranslate.exe -c [Google|YouDao] 

Tips

manjaro 可以开启clipman设置中的 同步鼠标选择区,实现选中自动翻译

依赖

Linux xselxclip

// Manjaro/Arch:
sudo pacman -S xsel xclip
// Debian/Ubuntu
sudo apt-get install xsel xclip
// Fedora
sudo dnf install xsel xclip

Windows 10 PowerShell

screenshots

About

监听粘贴版新的英文内容并翻译成中文,Monitor the new English content of the pasted version and translate it into Chinese

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages