holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.73k stars 117 forks source link

Mount/allow access to Files? #849

Closed upintheairsheep closed 3 days ago

upintheairsheep commented 4 days ago

Hello, iSH and CloudCryptView allow you to pick folders to give access to, so a-shell should do the same, I personally want to use the internetarchive Python library to upload media to the archive, however the HTML5 uploader is an absolute pain to use, especially when uploading more than one item.

holzschu commented 4 days ago

Hi, I'm not sure I understand your question. pickFolder will let you select folders on your iPhone or iPad. Once you have selected a folder with pickFolder, it is bookmarked and can be accessed using this bookmark: cp ~bookmarkName/*.py ~/Documents/Python_Files.

upintheairsheep commented 3 days ago

Yes, this is what I wanted.