Skip to content

rshkv/alfred-wikipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia for Alfred 3

Search the Wikipedia with Alfred.

Alfred wikipedia preview

Usage

Use w as keyword. Use w de. '...' to set the language.

Keys Action
Open Wikipedia article
⌘ + ↩ Open mobile version of article
⌃ + ↩ Open DBpedia page of article
⌘ + Y or ⇧, ⇧ Open article in Quicklook

Variables

  • Set maxHits to change the number of results (default: 9, maximum: 50).
  • Set defaultLang to change the language (de, fr, ru, ...) of the Wikipedia (default: en).

Credits

This workflow sends requests with Kenneth Reitz's Requests library to the MediaWiki API. Thanks.