Releases: deanishe/alfred-searchio
Releases · deanishe/alfred-searchio
Fix imported searches
All-new, much faster v2
Release Candidate 2
- 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)
First pre-release of v2
- 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
Update icons & fix Kinopoisk.ru
Thanks to @schrodincat
Add support for Kinopoisk.ru
Added by @schrodincat in #21
Add "I'm Feeling Lucky"
Fallback to English if system language isn't set
Support Wikia.com
- 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}"
Support Naver.com
- Add support for Naver.com search suggestions
- Update Alfred-Workflow