Skip to content

Instantly share code, notes, and snippets.

@eojthebrave
Created June 1, 2012 18:25
Show Gist options
  • Save eojthebrave/2854188 to your computer and use it in GitHub Desktop.
Save eojthebrave/2854188 to your computer and use it in GitHub Desktop.
Alfred App Custom Searches
# Search the Drupal 7 API
alfredapp://customsearch/Drupal%207%20API/dp/ascii/url=http://api.drupal.org/api/search/7/{query}
# Search the Drupal 6 API
alfredapp://customsearch/Drupal%206%20API/dp6/ascii/url=http://api.drupal.org/api/search/6/{query}
# Enter a module/theme name and go right that page
alfredapp://customsearch/Drupal%20Project/dpp/ascii/url=http://drupal.org/project/{query}
# Use Google to search drupal.org
alfredapp://customsearch/Google%20Drupal/dpg/ascii/url=http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=site%3Adrupal.org+{query}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment