View Single Post
Quote:
Originally Posted by markokaestner View Post
In the end, I found a solution that works:

Code:
sqlite3 ~/Library/Caches/com.omnigroup.OmniFocus/OmniFocusDatabase2 "SELECT QUOTE(valueData) FROM Perspective ..." | sed -e "s/^X'//" -e "s/'$//" | xxd -r -p > test.plist
Useful. Thanks !