Forum Archive

creating zip archives within pythonista

polymerchm

I have tried to use shellista git command to move a directory and subfolders up to github unsuccessfully. So I can convert to a zip and upload that but....... how to do. Suggestions?

P.S. seems its coming built in in 1.6!!! Check out documentation on-line ssems lots of new things pending.

briarfox

Whats not working with shellista git? I use it all the time. You can add subsirectories by folder/file.py. Just tried it and it uploaded subdirectories to github.

polymerchm

wanted whole subdirectories with wild cards. not a simple I guess.

JonB

Yes, there is a "bug" in shellista git, where you cannot add subdirectories pe se.
However, you can
git add * */* */*/*
To add everything in current folder, and everything in sub folders of current folder, and everything in sub folders of us folders, etc.