View Single Post
Quote:
Originally Posted by Ken Case View Post
We plan to display this count somewhere in the app soon. In the meantime, if you're comfortable using Terminal you can run this UNIX command:

Code:
sqlite3 ~/Library/Caches/com.omnigroup.OmniFocus/OmniFocusDatabase2 'select count(*) from Task;
That ought to be:

Code:
sqlite3 ~/Library/Caches/com.omnigroup.OmniFocus/OmniFocusDatabase2 'select count(*) from Task;'
if you want to see a result :-)

6914 and counting...