Created
January 16, 2015 17:13
-
-
Save epramono/eee12dd71f3e792884fd to your computer and use it in GitHub Desktop.
A Workflow action extension that accepts an Overcast URL and creates a reminder in Due to check that episode's show notes later when I get home. Requires: Workflow 1.0, Overcast 1.0, Due 1.9, and Launch Center Pro 2.1.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This workflow accepts: URLs | |
Text: | |
Read Show Notes at 9 PM | |
[Input] | |
Copy to Clipboard | |
URL: | |
launch://x-callback-url/clipboard/convert?format=urlencode | |
Open x-callback-url | |
URL: | |
due://x-callback-url/add?title=[Clipboard] | |
Open x-callback-url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment