View Single Post
It looks like there are perhaps multiple versions of Dennis' script floating around, as the one I linked to doesn't appear to have some of the functionality of the one I've used. You can get an approximate action count (approximate in that it appears to count action group parents and maybe projects as well) by going to the Terminal application and incanting the following:

Code:
sqlite3 ~/Library/Caches/com.omnigroup.omniFocus/OmniFocusDatabase2 'select count(*) from Task';
The number returned is a count of your actions and possibly the action group parents and projects (I'm not at a computer where it is practical to do the obvious experiment).