
-
DavidHutchison
@Balur yes whole folders work (I checked it when working on the fixes).
-
DavidHutchison
@Balur both bugs now resolved.
The feature request (for skip folders) is technically in the code (SKIP_FILES collection can be added to with paths relative to the root), but I'm leaving that issue open for now. I feel a configuration file will be a more maintainable approach going forward than having anyone using this having to keep track of their own code changes through updates.
-
DavidHutchison
I've pushed a new version with nested folder support & includes pyui files.
Additional extensions are easy to add now if someone wants to submit a PR with additions (there is a collection called SUPPORTED_EXTENSIONS near the start of the file).
Thanks for the interest in the script, it was only written as something to introduce me to Python and pythonista!
-
DavidHutchison
@ccc Late finding this (checking referral logs for once), I've put the Dropbox Sync script into a repo here: https://github.com/dhutchison/PythonistaScripts . If you are able to fix the issue it would be much appreciated!