Top 5 OmniFocus Applescripts
I rely on OmniFocus (both the Mac and iPhone versions) to maintain some semblance of order in my life. I occasionally think of ideas for scripts to make OmniFocus for Mac fit better with my workflow,...
View ArticleAccessing OmniFocus data as a sqlite database
While playing with some OmniFocus AppleScripts last night, I realized that OmniFocus on the Mac uses a sqlite database (in addition to the zipped .xml files that it uses for synching). This is pretty...
View ArticleOmniFocus AppleScript: Move project to folder
This is a pretty useful OmniFocus AppleScript that I developed by hacking on another script that I found on a blog. If you select a project and then execute the script, it will let you type in a string...
View ArticlePyOmniFocus
A while back, I mentioned here and here that OmniFocus maintains some kind of cache of your data in a SQLite database. I just hacked together a quick little prototype Python module for reading...
View ArticleOmniFocus extension for PopClip
I just hacked together an OmniFocus extension for PopClip The extension creates a new task with the selected task in the OmniFocus quick entry window. Just a tiny bit of AppleScript. Installation...
View ArticleMy custom Alfred.app searches
I thought others might find a couple of my custom searches and fallback searches for Alfred.app interesting. When I type some text that doesn’t match anything, here’s what I get: Marc’s Alfred.app...
View ArticleUsing TextExpander to expand a sequence of OmniFocus tasks: A failed experiment
I recently got turned on to TextExpander by the Mac Power Users podcast. One of my ideas was to use snippets in OmniFocus to create certain repetitive multi-action sequences. For example, when a...
View ArticleAn unnecessary AppleScript to convert an OmniFocus task into a project
I hacked this up and then discovered via a tweet from Ken Case of the OmniGroup that it’s completely unnecessary, because you can convert a task into a project in OmniFocus simply by using the...
View Article