The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Extras (http://forums.omnigroup.com/forumdisplay.php?f=44)
-   -   My QuickDonePanel Script (http://forums.omnigroup.com/showthread.php?t=11242)

SirVer 2009-02-04 11:33 PM

My QuickDonePanel Script
 
1 Attachment(s)
Hey People,

one thing that annoyed me a lot in OF was that i always had to search for a TODO in the app before I could edit the note or mark it off. This especially annoyed me with "Waiting for" tasks (like I got the email i was waiting for and wanted to check the corresponding "waiting for" task off). So I fixed it ;)

Here is my Script to do the work, it is written in Python and uses the AppleEvent bridge [URL="http://appscript.sourceforge.net/py-appscript/index.html"]appscript[/URL] to communicate with OmniFocus. Here is the way to install it.
[LIST=1][*]Open up terminal.app, type in "sudo easy_install appscript"; you will
need to enter your admin password and have connection to the internet.
This will install appscript.[*]Download my script[*]Now you can launch it by double clicking[*]Do the right thing though: place the script somewhere (/Applications/ for
example), and put a Quicksilver trigger on it (Cmd+Alt+D maybe?). This avoids the ugly shell windows and makes the script really useful.[/LIST]
The features are quite simple:[LIST][*]type to select the task you want to mark off. When it is selected (greyish selection is enough), press Return and the program closes and the task will be checked off[*]if a task is selected you can edit the notes using Cmd+e. This will open up [URL="http://code.google.com/p/macvim/"]MacVim[/URL] with the notes; when you write and close the vim window, the notes propagate back to OF[/LIST]
MacVim is hardcoded as an Editor. I do not use anything else, therefore I won't bother code for another TextEditor. The script is public domain, if you add proper support, please post it in this thread.

Comments? Questions?

Greetings,
Holger

xmas 2009-02-10 10:23 PM

Just tried this out, very cool.

Thanks for sharing!

halbtuerke 2009-02-11 04:05 AM

The script seems to be useful but I wonder if there's an other way to trigger it except Quicksilver (I use LaunchBar)?


Thanks in advance

halbtuerke 2009-02-11 05:22 AM

Never minde. I just created an .app from your script which I can trigger with anything I want.

Cheers


All times are GMT -8. The time now is 07:59 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.