https://github.com/bahlo/scriptable-scripts
Scripts to use in the iOS app `Scriptable`
https://github.com/bahlo/scriptable-scripts
automation ios javascript scriptable
Last synced: 6 months ago
JSON representation
Scripts to use in the iOS app `Scriptable`
- Host: GitHub
- URL: https://github.com/bahlo/scriptable-scripts
- Owner: bahlo
- License: mit
- Created: 2019-02-08T16:40:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T11:52:11.000Z (almost 7 years ago)
- Last Synced: 2025-04-07T17:47:04.341Z (10 months ago)
- Topics: automation, ios, javascript, scriptable
- Language: JavaScript
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scriptable-scripts
Scripts to use in the iOS app [Scriptable](https://scriptable.app).
:warning: Most of these are written to work for me. They are not considered "production ready". If you run into problems or have feature requests, feel free to create an issue.
## TaskPaperToThings
This script takes the clipboard expecting text in [TaskPaper](https://taskpaper.com) format, converts it to the [Things JSON format](https://support.culturedcode.com/customer/en/portal/articles/2803573) and copies the JSON back to the clipboard.
It's designed to be used in the [Shortcuts.app](https://itunes.apple.com/us/app/shortcuts/id915249334).
You can run it outside Scriptable with `node TaskPaperToThings.js` – it will not use the Clipboard and instead test the functionality.