View Single Post
My Alfred 2 OF workflow is almost completely based on the OF cache database. This has the advantage that OmniFocus does not have to be running. The only case that requires me to open OF is when I want to show the tasks of a perspective.

I tried to get the perspective settings from the database to be able to re-create the query. At the moment I am stuck on how to handle the plist data read from DB. I tried to read the data with sqlite3 on the command line and write the result to a file. But PListBuddy or any other property list tool I tried always complains that the file is no plist file. But the magic number "bplist" indicates that it should be a binary property list.

Does someone has a hint what I am doing wrong?