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.


    Launcher in Notification Center

    Pythonista
    2
    3
    2055
    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.
    • jwt2d31
      jwt2d31 last edited by

      Launcher.py

      This is a script using scene to have two purposes:

      • Add some local notifications with URL scheme to do some actions ( launch app or user action )
      • Show a simple UI to launch app based on the touch position.

      The UI content can be customized by modifying key_names[] in scene setup.
      The local notifications can be customized at the end of the script.

      I created this script so that I can switch some common apps easily. Also, I can take some user actions ( make a call ) in two steps.

      Known issues when Pythonista is not in background:

      • It is needed to start the script manually.
      • URL scheme in local notification will be ignored.

      Please let me know if you run into any bugs or any suggestions. Thanks.

      Here's the gist:
      https://gist.github.com/jwt2d/6120070

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

        there are many bugs....in 1 week I'll commit an update.....trying to improve the script :-)

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

          Done. see my fork

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