PythonistaScripts
PythonistaScripts copied to clipboard
Scripts for use with the Pythonista iOS application
DropboxSync.py cannot handle these cases correctly. When encounter a hidden file or directory, it will raise OSError: no such file or directory. ``` if not os.path.exists(local_folder): os.mkdir(local_folder) ``` Maybe iOS...
Having looked at the prompts and commands, it seems that d/da has three different meanings/functions and l/la two. I think this makes their use confusing and could lead to mistakes....
I don't see how the sync goes, a path\filename line by line would be enough. ``` Uploading: Tools\dummy.py No change: Tools\backup.py Downloading: Tools\admin.py ``` or something like that.
It would be great, if you could add an option to change / root directory to any directory. Like on Windows, I have a Dropbox directory and only that directory...
There is a lot of enhancements / bug fixes being done to the Dropbox sync script. A non-intrusive, optional version check may be useful - any opinions?