Giter Club home page Giter Club logo

alfred-web-search-suggest's Introduction

Alfred Web Search Suggest

Alfred search suggest workflow for various popular websites. Inspired by the official Google Suggest workflow.

DOWNLOAD

Important Note for macOS Monterey (12.0) and above

Apple has removed the system PHP since macOS Monterey (12.0), so you should install PHP manually to continue using this workflow.

A recommended way to install PHP is to use Homebrew. After installing Homebrew, you can run the following command in Terminal to install PHP:

brew install php

Supported Websites

Details

Google

Support basic suggestions. Proxy setting is available in the workflow environment variables.

google

Wikipedia

Support direct term suggestions and preview, language can be specified with ISO 639-1 code in the first arg. Proxy setting is available in the workflow environment variables.

wikipedia-en

wikipedia-zh

Wolfram|Alpha

Support direct term suggestions. Proxy setting is available in the workflow environment variables.

wolframalpha

Amazon

Support basic suggestions. Proxy setting is available in the workflow environment variables.

amazon

IMDB

Support direct term suggestions and preview. Proxy setting is available in the workflow environment variables.

imdb

Pixiv

Support basic suggestions. Proxy setting is available in the workflow environment variables.

pixiv

Baidu

Support basic suggestions.

baidu

Zhihu

Support basic suggestions.

zhihu

bilibili

Support basic suggestions.

bilibili

Sina Weibo

Disabled due to login needed.

Taobao

Support basic suggestions.

taobao

JoyBuy

Support basic suggestions.

joybuy

Bangumi

Support direct term suggestions and preview, type can be specified in the first arg.

注:共支持 6 种条目类型的搜索,分别为全部(all)、动画(anime)、书籍(book)、音乐(music)、游戏(game)、三次元(real);对于每一条搜索结果,副标题默认显示该条目的类型(如果当前搜索类型为全部)和中文名称(若有),按 可显示其简介(若有),按 可显示其排名与评分(若有)。

bangumi-all

bangumi-anime

Moegirlpedia

Support direct term suggestions and preview.

moegirlpedia

Additional Notes

Direct Search

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:

  • Google: built-in
  • Wikipedia: built-in
  • Wolfram|Alpha: built-in
  • Amazon: built-in
  • IMDB: built-in
  • Pixiv: https://www.pixiv.net/search.php?word={query}
  • Baidu: https://www.baidu.com/s?wd={query}
  • Zhihu: https://www.zhihu.com/search?q={query}
  • bilibili: https://search.bilibili.com/all?keyword={query}
  • Sina Weibo: https://s.weibo.com/weibo?q={query}
  • Taobao: https://s.taobao.com/search?q={query}
  • JoyBuy: https://search.jd.com/Search?enc=utf-8&keyword={query}
  • Bangumi: http://bangumi.tv/subject_search/{query}
  • Moegirlpedia: https://zh.moegirl.org.cn/index.php?search={query}

Proxy Setting

Proxy setting is avaliable as a workflow environment variable named proxy, here's some example settings:

  • If you use an HTTP proxy at 127.0.0.1:1087 without credentials, set proxy to http://127.0.0.1:1087
  • If you use a SOCKS5 proxy at 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.

alfred-web-search-suggest's People

Contributors

dmyers avatar zqzten avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.