
Awhile back, Brian Krogsgard mentioned the productivity app for OS X called Alfred. Since then, I’ve found myself using it on a daily basis. A quick Google search will return a lot of great articles about Alfred, so I won’t go into depth here. But I did want to share one custom search that I find myself using fairly regularly.
Create a Custom Search in Alfred for the WordPress Codex
Throughout my day-to-day work I often reference the WordPress Codex. No matter how much I learn, I still find myself looking up function references. One of the great things about Alfred is that it allows you to create custom searches. That means that you can create a custom search to look up functions in the WordPress Codex. Just enter the following:
alfred://customsearch/WordPress%20Functions/wp/utf8/noplus/http://codex.wordpress.org/Function_Reference/{query}
Alternatively, you can create it manually by following these steps:
- Open Preferences > Features > Web Search in Alfred.
 - Click Add Custom Search in the bottom right.
 - For Search URL enter: http://codex.wordpress.org/Function_Reference/{query}
 - For Title enter: WordPress Functions (or whatever name you’d like).
 - For Keyword enter: wp (or whatever shortcut you would like).
 - You can drag an icon to display with the search. I used the official WordPress logo.
 - Click Save
 - Call Alfred and try a search using your Keyword followed by a WordPress function name.
 
Again, this is only one of many things that you can do with Alfred. It’s a great app, and I highly recommend it. What do you think?