Nicolas Holzschuch
Nicolas Holzschuch
The total for `.` is the total of everything inside `.`, including `./.Trash`, so basically everything is in `.Trash` (except 100K bytes in `youtube-upload-master`). Based on the rest of the...
I have no control over which files iOS choses to backup on iCloud.
Hi, could you give a more detailed description of what is happening, possibly with screenshots? I was unable to reproduce this issue locally.
Thanks for the more detailed explanation. The short answer is: you can delete all existing bookmarks with `deletemark --all`. The long answer: When you select a folder with pickFolder, it...
I see what you mean. I agree that it's really annoying. I'm a bit wary of doing things automatically (after `ls -a`, for example), as users might not always want...
You're right. I will add the `downloadFolder` and `downloadFile` command. Still, if I pick a folder inside iCloud using pickFolder, I definitely expect the files inside to be available, so...
Hi, the new commands are now available in TestFlight: https://testflight.apple.com/join/WUdKe3f4
Yes, that limitation is on purpose, as you don't know what kind of files might be hidden further down the hierarchy. Someone who really needs a recursive download of all...
That seems to be a bug in "find -exec", which definitely should not be there. I'm investigating.
No, I can confirm it's an a-Shell issue, related to more security around commands launched by other commands (to avoid having one command changing the environment and directory of another)....