View Single Post
Quote:
Originally Posted by RobTrew View Post
Various ways of doing that. If you are happy with the command line and simple shell scripts, you could fish the Python file out of the resources folder in the .scptd bundle, make a copy in your home directory, bypass Applescript altogether and use a command line like:

Code:
python "$HOME/ofoc_sqlite_to_opml_005.py" "$HOME/Dropbox/CurrentTasks.opml" 1
(Or a final zero in lieu of 1 to suppress export of links).



Various requests are coming in for additional/alternative selections of data, I'll review them all and think about the options in a week or two.

--
Fantastic, thank you.