Stars: 347
Forks: 33
Pull Requests: 4
Issues: 30
Watchers: 14
Last Updated: 2023-08-31 14:26:17
Alfred search suggest workflow for various popular websites.
License: MIT License
Languages: PHP
Alfred search suggest workflow for various popular websites. Inspired by the official Google Suggest workflow.
✨ This workflow is available on official Alfred Gallery now! (which means it has been reviewed and verified by Alfred Team ✅)
If you have Alfred 5 or above, you can install and resolve dependencies with one click and enjoy in-app updates in the future.
➡️ Go to official Alfred Gallery page
If you are still using Alfred 4 or older, you can download from GitHub releases and install it (just open with Alfred) manually.
Apple has removed the system PHP since macOS Monterey (12.0), so you should install PHP to continue using this workflow.
If you have Alfred 5 or above, you can let Alfred resolve dependencies automatically.
Or you can use Homebrew to install PHP manually. After installing Homebrew, you can run the following command in Terminal to install PHP:
brew install php
Support basic suggestions. Proxy setting is available.
Support direct term suggestions and preview, language MUST be specified with ISO 639-1 code in the first arg. Proxy setting is available.
Support direct term suggestions. Proxy setting is available.
Support basic suggestions. Proxy setting is available.
Support direct term suggestions and preview. Proxy setting is available.
Support basic suggestions. Proxy setting is available.
Support basic suggestions. Proxy setting is available.
Support basic suggestions. Proxy setting is available.
Support basic suggestions.
Support basic suggestions.
Support basic suggestions.
Removed due to login needed.
Support basic suggestions.
Support basic suggestions.
Support direct term suggestions and preview, type can be specified in the first arg.
注:共支持 6 种条目类型的搜索,分别为全部(all)、动画(anime)、书籍(book)、音乐(music)、游戏(game)、三次元(real);对于每一条搜索结果,副标题默认显示该条目的类型(如果当前搜索类型为全部)和中文名称(若有),按 ⌘ 可显示其简介(若有),按 ⌃ 可显示其排名与评分(若有)。
Support direct term suggestions and preview. Proxy setting is available.
If you want an alternative to search exactly what you typed, you can add custom web searches in Features → Web Search
of Alfred Preferences, here's a list of the search URLs above:
built-in
built-in
built-in
built-in
built-in
built-in
https://search.brave.com/search?q={query}
https://www.pixiv.net/search.php?word={query}
https://www.baidu.com/s?wd={query}
https://www.zhihu.com/search?q={query}
https://search.bilibili.com/all?keyword={query}
https://s.weibo.com/weibo?q={query}
https://s.taobao.com/search?q={query}
https://search.jd.com/Search?enc=utf-8&keyword={query}
http://bangumi.tv/subject_search/{query}
https://zh.moegirl.org.cn/index.php?search={query}
Proxy setting is avaliable as:
Proxy
(for Alfred 5+)proxy
(for Alfred 4 and older)for these websites:
Here's some example settings:
127.0.0.1:1087
without credentials, set proxy
to http://127.0.0.1:1087
127.0.0.1:1086
with username user
and password pass
, set proxy
to socks5://user:[email protected]:1086
For more details, check the libcurl doc.