generated from extratone/latte
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Action Directory.jelly
26 lines (22 loc) · 968 Bytes
/
Action Directory.jelly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import Shortcuts
#Color: red, #Icon: squareStack
/*
A tool for opening an action’s listing in Matthew Cassinelli’s Action Directory (https://www.matthewcassinelli.com/actions.)
Action titles should be provided in the format {word1}-{word2}. (Ex: choose-from-menu.)
My contact information:
Email: davidblue@extratone.com
Contact card: bit.ly/whoisdavidblue
RoutineHub Profile: https://routinehub.co/user/blue
GitHub: https://github.com/extratone/i
Telegram: t.me/extratone
Twitter: twitter.com/NeoYokel
Reddit: reddit.com/u/asphaltapostle
Mastodon: mastodon.social/@DavidBlue
EVERYWHERE: bit.ly/dbrolodex
*/
askForInput(prompt: "Action title. Spaces ⇨ hypens (-).", default: ask-for-input) >> askForInput
text(text: "https://www.matthewcassinelli.com/actions/${Provided Input}") >> text
url(url: Text) >> url
openURL(url: URL) >> openURL
setClipboard(variable: URL) >> setClipboard
//Unable to get shortcuts action dk.simonbs.DataJar.InsertValueInArrayIntent