Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 781 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 781 Bytes

scriptable-scripts

Scripts to use in the iOS app Scriptable.

⚠️ 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 format, converts it to the Things JSON format and copies the JSON back to the clipboard. It's designed to be used in the Shortcuts.app.
You can run it outside Scriptable with node TaskPaperToThings.js – it will not use the Clipboard and instead test the functionality.