About 50 results
Open links in new tab
  1. Scriptable Docs - Scriptable Docs

    Scriptable Docs The website contains documentation for Scriptable, an app that lets you automate iOS using JavaScript. JavaScript Environment Scriptable uses Apple's JavaScriptCore, which supports …

  2. Script - Scriptable Docs

    Script Access information about the script. Allows for accessing information about the script that is currently being run and controlling selected parts of the script execution. +name Name of the script.

  3. WebView - Scriptable Docs

    Documentation for Scriptable, an automation app for iOS.

  4. console - Scriptable Docs

    Documentation for Scriptable, an automation app for iOS.

  5. config - Scriptable Docs

    Documentation for Scriptable, an automation app for iOS.

  6. FileManager - Scriptable Docs

    FileManager Read and write files on disk. A FileManager lets you read files stored on the disk and make changes to them. Paths to files are supplied as strings. +local Creates a local FileManager.

  7. Request - Scriptable Docs

    Documentation for Scriptable, an automation app for iOS.

  8. Notification - Scriptable Docs

    The Scriptable application will open the URL when the notification is tapped. This can be a URL that uses Scriptables URL scheme, the URL scheme of another application or a website URL.

  9. Message - Scriptable Docs

    Documentation for Scriptable, an automation app for iOS.

  10. URLScheme - Scriptable Docs

    URLScheme Manages URL schemes for Scriptable. Use URL schemes to launch the app and perform an action, such as running a script. The app conforms to the scriptable:// URL scheme. The following …