Search the Community
Showing results for tags 'Wikipedia'.
-
Searchio! workflow for Alfred Auto-suggest search results from multiple search engines and languages. There are a few existing workflows that provide auto-suggest results from one or the other search engine, but this includes not only multiple search engines, but also allows you to specify multiple languages/regions for your results. Supports the following search engines/websites: Google Google Images Google Maps YouTube Wikipedia Wiktionary Amazon eBay DuckDuckGo Bing Yahoo! Ask.com Yandex
- 175 replies
-
- duckduckgo
-
(and 5 more)
Tagged with:
-
Hello everyone! Inspired by the official Google Search suggest workflow, I wrote a search suggest workflow for various popular websites (including some popular Chinese websites!). Compared to the official Google/Amazon workflows, I take advantage of the new JSON format and also provide some additional features such as the language specifier for Wikipedia, short descriptions provided in the subtitles, and quicklook preview for some supported websites. The workflow is hosted on GitHub and you can learn more or get the latest version here: https://github.com/Ak
-
It would be good to have some support for Kiwix. Kiwix is an offline reader for web content, most notably Wikipedia. Here's what I suggest: By typing in the keyboard wiki, and then following it with some text, it will preview the associated Wikipedia artice. Pressing enter will open the article in Kiwix. http://s28.postimg.org/4b8kcllmj/2016_02_18_at_21_27_13.png http://www.kiwix.org/wiki/Main_Page
-
Quite a simple workflow to search articles on wikipedia (English version). Inspired by a similar workflow here, but it appears the download link is broken... Based on feedback from folks, I have an updated version of this workflow. It allows you to Search against regional Wikipedia sites. E.g. to search against German wikipedia, type "w de what to search for" i.e. "w <language code> <search term>" Language codes are from Wikipedia. You can also configure it to search against just one default Wikipedia by modifying the script filter as mentioned in the workflow. Against e
-
Attached is a simple Wikipedia auto complete workflow. -Download: http://d.pr/f/no3O For those like myself who prefer scripting in Python, the following class makes generating feedback easy -View/Download: http://d.pr/f/GMO8 Example Usage: from alfred import Feedback fb = Feedback() fb.add_item("Hello World", subtitle="Simple Greeting") fb.add_item("Foo", subtitle="Bar", icon="foobar.icon", arg="foobar") print fb Enjoy