Thanks for that suggestion, this brought me also to another idea. But I couldn't get that working.
The idea is to use symlinks. On the top level I make a directory "current".
I add the actions "add to current" and "remove from current".
The action "add to current" should symlink the current open file to the current folder.
So I could have symlinks to all current files I want to work with in a flat folder. So I can easy and fast switch to the files I want.
The problem I'm facing is that I can't add symlinks with python. When I try "os.symlink" I get the error "'module' object has no attribute 'symlink'". I also tried "os.system("/bin/ln -s %s %s"), this returns 32512 (command not found).
Shouldn't be "/bin" world readable like mentioned on apple developer sandbox.
I only have rudimentary iOS programming knowledge, so I don't know if other security stuff is kicking in.
Is there a way to make symlink in pythonista?
some ideas, only dreaming here :-):
A feature request for pythonista could be to display the last 5 open accessed files on the 5 bottom rows in the pythonista file browser.
Another would be to add a bookmark feature where the Delete... Move.. Action for files is. You could switch to the Bookmark view with left swipe when the file browser is open.