Accessing iCloud from Terminal.app
-
is it possible to access the Pythonista 3 iCloud folder directly from the Terminal.app?
-
I assume you're talking about Terminal.app on a Mac, since there's no proper terminal on iOS. You can insert the path of any file or folder into a terminal window by dragging the file/folder into the terminal. So to get into Pythonista's iCloud folder, you can type
cd
, then a space, then drag the Pythonista folder from iCloud Drive into the terminal, then press Enter.
-
Thank you! This worked