Alfred Searchio Versions Save

Alfred workflow to auto-suggest search results from multiple search engines and languages.

v2.0.1

5 years ago

Correct JSON path for imported (OpenSearch) searches

v2.0.0

5 years ago
  • Add DuckDuckGo image search #40
  • Add option to turn off Alfred's knowledge #49

v2.0.0-rc2

5 years ago
  • Leave space to left of generated Script Filters #31
  • Autocomplete to suggestion + " " #32
  • Add option to append query to results #33
  • Fix locales for Portuguese (thanks to @xilopaint)

v1.11

6 years ago

Fixes #23, #24 and #25

Thanks to @schrodincat

v2.0.0-rc1

6 years ago
  • Searches can now be added and deleted from within the workflow itself (the workflow rewrites its own info.plist)
  • Searches can be imported from websites that support the OpenSearch autosuggest API
  • Search is now performed via a Go program, which is 3–20x faster than the Python version

v1.10

6 years ago

Added by @schrodincat in #21

v1.9

6 years ago

Add Google's "I'm Feeling Lucky" search thanks to @duqcyxwd #16

v1.8.1

8 years ago

Fixes #3

v1.8

8 years ago
  • Add support for Wikia.com wikis
  • Update Alfred-Workflow

To search a Wikia wiki, provide the subdomain as the --lang option in the Script Filter, e.g. to search the Borderlands wiki at http://borderlands.wikia.com, use:

/usr/bin/python search.py -e wikia -l borderlands "{query}"

v1.7

9 years ago
  • Add support for Naver.com search suggestions
  • Update Alfred-Workflow