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.


    Yet another file download script - for files from the Github repo browser

    Pythonista
    2
    2
    1872
    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.
    • SpotlightKid
      SpotlightKid last edited by

      github_download.py

      Prompts the user for URL, downloads the remote resource, prompts for filename and saves to a file.

      If the clipboard contains a HTTP(S) or FTP(S) URL, the URL input dialog is
      pre-filled with it.

      The suggested local filename is extracted from the URL, if possible.

      If a github file viewer URL is given, it is transformed into the matching
      raw file access URL, which makes it easier to download files on github you
      are viewing in your browser. Just copy the URL to the clipboard, change to
      Pythonista and run this script.

      if the downloaded file was a text file, open it in the Pythonista editor.

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

        Until now, many things have been tried.
        At last, '.pyui' file was able to be downloaded and performed.
        Thank you!!

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