View Single Post
For a GeekTool list, you could run this even simpler version (which just returns a string value, rather than writing out a file).

If the script is called ListNext03.scpt you could install it in your OmniFocus script directory, and run it from GeekTool with a command like:

Code:
osascript ~/Library/Scripts/Applications/Omnifocus/ListNext03.scpt | tr '\r' '\n'
(piping it through tr to convert applescript's return characters to shell-compatible newline characters).

--

Last edited by RobTrew; 2011-07-05 at 07:46 AM..