omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Remote editing

    Pythonista
    2
    6
    1938
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mikael
      mikael last edited by

      My specs:

      • View directories and edit files on iOS.
      • Master copies are on an Internet-remote Mac, where I can do all the Python things you cannot do on iOS (e.g. via ssh, but that’s another topic).
      • Editing experience is native on iOS, with syntax highlighting and code completion.
      • Local edits are synced with the files on Mac almost immediately.
      • Editing works in a cached mode/offline without any hassle, resuming syncing when connection is restored.

      What I do not want:

      • Web-based editors
      • Splashtop-type direct screen sharing
      • Syncing via iCloud (does not work fast or reliably enough on my Mac)

      Before I start developing something, I would appreciate your thoughts on the best way to go about this.

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @mikael last edited by cvp

        @mikael listdir, read file, write file are possible in ftp, sftp and smb.

        Edit: sorry, perhaps I didn't understand (as usual 😢). Do you want to edit a file and immediately be synchronized with the Mac, without pushing any button?

        mikael 2 Replies Last reply Reply Quote 1
        • mikael
          mikael @cvp last edited by

          @cvp, yes, the latter. Almost like screen sharing, but local editing features and soonish sync in the background.

          1 Reply Last reply Reply Quote 0
          • mikael
            mikael @cvp last edited by mikael

            @cvp, and I guess I need to sync both ways. Or maybe not, probably just reading the file from the server when I start editing is enough. And then sftp the latest to the server every few seconds (while there are fresh edits).

            1 Reply Last reply Reply Quote 0
            • mikael
              mikael last edited by mikael

              Remember seeing somewhere a way to have a Pythonista editing window, but under my control, but now I can’t find it. Might anyone have it handy?

              Edit: there it was

              cvp 1 Reply Last reply Reply Quote 0
              • cvp
                cvp @mikael last edited by

                @mikael I had seen it also in the past...

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB Forums | Contributors