All Projects → Haojen → Alfred Parrot

Haojen / Alfred Parrot

Licence: mit
📝 一款可以多种语言翻译的 Alfred Workflow

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Alfred Parrot

Chrome Extension Udemy Translate
Translate Udemy's subtitles into Chinese、English etc(Disneyplus+netflix+udemy+lynda+hulu+hbo now+primevideo)
Stars: ✭ 553 (+521.35%)
Mutual labels:  chinese, baidu, translate, youdao
Mtrans
Multi-source Translation
Stars: ✭ 711 (+698.88%)
Mutual labels:  baidu, translate, youdao
web-translate
支持pdf和web的双击划词翻译脚本,当前使用爱词霸公共api
Stars: ✭ 43 (-51.69%)
Mutual labels:  translate, youdao, chinese-translation
alfred-chinese-converter
支持 OpenCC 簡繁體中文詞彙級別轉換、異體字轉換以及地區習慣用詞轉換的 Alfred 2 workflow
Stars: ✭ 42 (-52.81%)
Mutual labels:  alfred, chinese, chinese-translation
terminal-translate
a terminal-translate tool
Stars: ✭ 73 (-17.98%)
Mutual labels:  translate, youdao, baidu
Translators
🌏🌍🌎Translators🌎🌍🌏 is a library which aims to bring free, multiple, enjoyable translation to individuals and students in Python. Translators是一个旨在用Python为个人和学生带来免费、多样、愉快翻译的库。
Stars: ✭ 295 (+231.46%)
Mutual labels:  baidu, translate, youdao
Springboot
Spring Boot chinese document. Spring Boot 2.1.5 中文文档
Stars: ✭ 703 (+689.89%)
Mutual labels:  chinese, chinese-translation
Dext
🔍 A smart launcher. Powered by JavaScript.
Stars: ✭ 713 (+701.12%)
Mutual labels:  alfred, workflow
Alfred Unicode
Preview Unicode characters and emoji in Alfred
Stars: ✭ 23 (-74.16%)
Mutual labels:  alfred, workflow
Alfred Man
man(1) workflow for Alfred
Stars: ✭ 21 (-76.4%)
Mutual labels:  alfred, workflow
Awgo
Go library for Alfred 3 + 4 workflows
Stars: ✭ 556 (+524.72%)
Mutual labels:  alfred, workflow
Whyliam.workflows.youdao
使用有道翻译你想知道的单词和语句
Stars: ✭ 837 (+840.45%)
Mutual labels:  alfred, youdao
Apple Automation
iOS/macOS 自动化,效率玩法探索。
Stars: ✭ 60 (-32.58%)
Mutual labels:  alfred, workflow
Codevar
生成可用的代码变量 (CodeVar that return u a better variable from Chinese to English . )
Stars: ✭ 834 (+837.08%)
Mutual labels:  workflow, youdao
Translatorx
JetBrains 系列软件汉化包 关键字: Android Studio 3.5 汉化包 CLion 2019.3 汉化包 DataGrip 2019.3 汉化包 GoLand 2019.3 汉化包 IntelliJ IDEA 2019.3 汉化包 PhpStorm 2019.3 汉化包 PyCharm 2019.3 汉化包 Rider 2019.3 汉化包 RubyMine 2019.3 汉化包 WebStorm 2019.3 汉化包
Stars: ✭ 4,856 (+5356.18%)
Mutual labels:  chinese, chinese-translation
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-84.27%)
Mutual labels:  alfred, workflow
Alfred3 Workflow Currencyx
Most convinent currencies converting tool for alfred3
Stars: ✭ 68 (-23.6%)
Mutual labels:  alfred, workflow
Alfred Time
Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4
Stars: ✭ 65 (-26.97%)
Mutual labels:  alfred, workflow
Alfred Dict.cc Workflow
Alfred 3/4 workflow to get translations from dict.cc
Stars: ✭ 69 (-22.47%)
Mutual labels:  alfred, workflow
Chrome Extensions Youdaowithwordnode
有道词典chrome划词插件,原版不带生词本,在其源码基础上,添加了添加生词本的功能,生词本用的有道官方API
Stars: ✭ 74 (-16.85%)
Mutual labels:  translate, youdao

alfred-parrot

image

🎉 更新

  1. 支持 Alfred 4+
  2. 支持 macOS Catalina+

Install 安装

$ npm install --global alfred-parrot

执行上述命令行后, 稍后会在 alfred workflow 中显示出安装后的 alfred-parrot

Requires Node.js 8+ and the Alfred Powerpack.

💻 Use 使用

image

Features 功能

  1. 朗读翻译结果, 输入 fy + :的形式, 如 fy :thanks ;
  2. 多语种转换, fy + 空格 + 需要转换的单词 + to + 目标语言, 如英转日: fy thanks to 日语fy love to jp;
  3. 复制翻译结果, 输入 fy 然后输入需要查询的单词, 如: fy love; 回车复制翻译结果

Language supported 支持的语言

  1. 英语 (English)
  2. 日语 (Japen)
  3. 韩语 (Korea)
  4. 法语 (Franch)
  5. 西班牙语 (Spanish)

目前先暂时开放上述几种语言, 后期会添加更多, 如果你有其他语种翻译需求, 也可以发起 issues 告知我

Config 配置

自带的接口默认有调用频率限制, 很多人用的话可能会超出调用频率, 可以尝试配置自己的接口, 配置方式如下

支持有道和百度, 个人推荐使用有道,注册方式如下:

  1. 注册有道, 注册后复制自己的 appidkey 到 Alfred workflow 中
  2. 注册百度, 注册后复制自己的 appidkey 到 Alfred workflow 中

配置格式(json)

  • 有道: config_youdao: {"appid":"你的有道 appid", "key":"你的有道 key"}
  • 百度: config_baidu: {"appid":"你的百度 appid", "key":"你的百度 key"}

注: 如果同时配置了有道和百度, 会首先调用有道接口.

image

最后

如果遇到任何问题, 可以提交 issue , 你的反馈对我很重要

License

MIT © haojen ma

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].