arvis-google-translate
v0.0.2
Published
Arvis workflow to translate with google translate api
Downloads
2
Maintainers
Readme
arvis-google-translate
JetBrains' support
Installation
To use this workflow you must also install the arvis-language-configuration workflow, and configure the language pair. See that README for instructions.
- Voice feature not supported yet.
With NPM
- Install with
npm install -g arvis-google-translate
.
Usage
arvis workflow Keyword: tr [word or sentence]
Example: tr kitchen sink
or tr Hello, my name is arvis
When translating a word you will see the translation as well as alternate translations if available.
With the first two results (which are the input word and the translation) you can…
- press enter to read the item.
- press cmd+C to copy the item.
- press shift open the translate website.
- press cmd+L to show the translation in large text.
The workflow will attempt to correct spelling mistakes which can be accepted with enter.
🔗 This workflow is converted from alfred-workflow.
Note that there might be some code change or different actions from the original workflow.
Marked original workflow's creator to author.
Environment Variables
| name | default value | description |
| ---------- | ---------------------------- | ------------------------------------------------------------ |
| domain | https://translate.google.com | if you cannot access the default domain, you can config this. 大陆访问不了默认域名,所以如果使用2.x版本需要将这个变量设置为https://translate.google.cn. 或者还是使用1.x版本 |
| voice | remote | avaliable values: remote: fetch voice from google, local: use macOS local voice (notice: maybe only works on English),none: dont use voice |
| save_count | 20 | limit the translation history, see arvis-translate-history. a value of 0 will keep no history |
| socks_proxy| - | not turned by default. you can specify local or remote socks proxy. format: socks://{host}:{port}
example: local shadowsocks proxy 'socks://127.0.0.1:1086' |
Screenshots
press enter to read or cmd+C to copy
press shift to open the translation website
press cmd+L to show the translation in large text like this.
License
MIT ©