All Projects → alswl → shanbay-alfred2

alswl / shanbay-alfred2

Licence: other
扇贝词典 alfred2/3/4 workflow, 支持查询和添加单词到自己词库。update:由于扇贝关闭开放 API,本项目已经不可正常工作。

Projects that are alternatives of or similar to shanbay-alfred2

adb-alfred
adb alfred - all in one
Stars: ✭ 60 (-11.76%)
Mutual labels:  alfred, alfred3, alfred4
Alfred Workflow
Full-featured library for writing Alfred 3 & 4 workflows
Stars: ✭ 2,622 (+3755.88%)
Mutual labels:  alfred, alfred3, alfred4
alfred-mailto
Send emails to recipients and groups from Alfred
Stars: ✭ 59 (-13.24%)
Mutual labels:  alfred, alfred3
alfred-passwords-workflow
An Alfred 4 workflow that allows you to quickly generate strong passwords.
Stars: ✭ 42 (-38.24%)
Mutual labels:  alfred, alfred4
alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (+2.94%)
Mutual labels:  alfred, alfred3
alfred
A fast, simple way to make Alfred workflow script filters in Go
Stars: ✭ 25 (-63.24%)
Mutual labels:  alfred, alfred3
alfred-git-commit-message-example
Alfred Git Commit Message Example
Stars: ✭ 55 (-19.12%)
Mutual labels:  alfred, alfred3
alfred-currency-conversion
Alfred 4 Workflow - See foreign exchange rates and currency conversion
Stars: ✭ 149 (+119.12%)
Mutual labels:  alfred, alfred4
alfred-workflow-zoom-meetings
Join a Zoom meeting without the link opening in your browser.
Stars: ✭ 45 (-33.82%)
Mutual labels:  alfred, alfred4
Alfred Simple
Simple theme for Alfred
Stars: ✭ 217 (+219.12%)
Mutual labels:  alfred
Google Alfred3 Workflow
🎉 The missing Alfred 3 Workflow for searching google.
Stars: ✭ 241 (+254.41%)
Mutual labels:  alfred
Alfred Github Workflow
GitHub Workflow for Alfred 4
Stars: ✭ 2,542 (+3638.24%)
Mutual labels:  alfred
Dotfiles
🐧 Simple, fast, productivity-increaser dotfiles
Stars: ✭ 213 (+213.24%)
Mutual labels:  alfred
Chrome Bookmarks Alfred Workflow
Chrome/Canary/Chromium/Microsoft Edge bookmarks search workflow for Alfred
Stars: ✭ 241 (+254.41%)
Mutual labels:  alfred
alfred-quick-translate
Translation Workflow for Alfred 4. You can quickly translate from the launcher. Google Translate and DeepL translation are supported. Multi-language translation supported. / Alfred4対応の翻訳ワークフローです。ランチャーからサクッと翻訳できます。Google翻訳とDeepL翻訳に対応。多言語翻訳対応。
Stars: ✭ 89 (+30.88%)
Mutual labels:  alfred
Alfred Search Notes App
Use Alfred to quickly open notes in iCloud/Apple Notes.
Stars: ✭ 209 (+207.35%)
Mutual labels:  alfred
Alfred Bear
Streamlined note searching and creation for Bear using Alfred
Stars: ✭ 203 (+198.53%)
Mutual labels:  alfred
alfred-pokedex
Alfred 3 workflow to lookup information about Pokemon
Stars: ✭ 24 (-64.71%)
Mutual labels:  alfred
Wechatextension Formac
Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)
Stars: ✭ 18,892 (+27682.35%)
Mutual labels:  alfred
Launchyqt
🚀 Launchy project reactivated. Get the familiar feeling now!
Stars: ✭ 235 (+245.59%)
Mutual labels:  alfred

Shanbay-Alfred2-Workflow

CircleCI

扇贝网 Alfred2 workflow,主要用于单词查询、添加单词到词库、发音。

安装

下载 Shanbay.alfredworkflow 里面的最新版本。

双击文件导入即可。

使用

  • 授权
    • 任意使用查询功能,如 sb love 会检查权限情况,如果权限不存在或过期,会自动进入授权页面
    • 在扇贝官网的授权界面输入帐号密码,然后授权
    • 出现 Shanbay OAuth2 之后,将完整的 URL 复制下来,并在 Alfred 里面输入 sbauth https://www.shanbay.com/oauth2/auth/success/#access_token=SAMPLE&token_type=Bearer&state=&expires_in=2592000&scope=read+write (后面的 URL 请替换为你自己复制的 URL)
      • 注意:在 2019-10 月之后,这个页面打开会是 404 页面,但是不影响使用
    • 授权完成,使用 sb love 测试,按回车即可以添加到单词库
  • 查单词
    • 使用 sb love 查询单词
  • 添加到单词库
    • 使用 sb love 查询单词,然后使用回车即添加到单词库
  • 打开单词
    • 使用 sb love 查询单词,按住 Command + 回车,打开扇贝官网对应的单词页面
  • 听发音
    • 使用 sb love 查询单词,按住 Ctrl + 回车,即可播放语音

注:授权有效期为一个月,过期需重新授权。

截图

  • love
  • auth
  • sound

其它

感谢原作者 henter/Shanbay-Alfred2 开发初始版本。

我的改进:

  • 不使用 code 授权模式,改为 token 直接授权,不用打开一个第三方网站(也是因为原来那个授权网站挂掉,我才改造的)
  • 支持发音
  • 移除例句查询功能
  • 移除 requests 依赖,即装即用
  • 支持新版本检查

打包

make
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].