PK
Apr 22, 2015 - 10:18
- Auto start script at open.
- Set read-only script. It was impossible to edit it randomly.
- Set icon on desktop for fast running a script.
Second one might already be possible using os.chmod. Pythonista won't tell you that the file is read-only, but any changes will not be saved. Third one is definitely possible and has already been done.
The first is possible through the URL scheme. I think you could create an icon that calls the URL scheme to eit or run a specific script on startup.
How to make autostart script after a certain time if pythonista is running, but is in the background, there are mechanisms implied?