Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of every action in shortcuts and their parameters #88

Open
pfgithub opened this issue Feb 2, 2019 · 2 comments
Open

List of every action in shortcuts and their parameters #88

pfgithub opened this issue Feb 2, 2019 · 2 comments

Comments

@pfgithub
Copy link
Contributor

pfgithub commented Feb 2, 2019

This json file contains information about every default action in shortcuts 2.1.2, it was extracted from the shortcuts app by xAlien95 on the r/shortcuts discord.

JSON file: https://pastebin.com/raw/7y7D0nvC

An example action:

"is.workflow.actions.gettext": {
	"ActionClass": "WFTextAction",
	"ActionKeywords": [
		"text",
		"such text",
		"very speech",
		"much words",
		"so wow",
		"string"
	],
	"Category": "Text",
	"Description": {
		"DescriptionSummary": "Passes the specified text to the next action."
	},
	"IconName": "Text.png",
	"Name": "Text",
	"Output": {
		"Multiple": false,
		"OutputName": "Text",
		"Types": [
			"NSString"
		]
	},
	"Parameters": [
		{
			"Class": "WFTextInputParameter",
			"DefaultValue": "",
			"Key": "WFTextActionText",
			"Multiline": true,
			"Placeholder": "Enter text..."
		}
	]
},
@joshfarrant
Copy link
Owner

This is really interesting, thanks for posting and thanks @xAlien95 for extracting it. Going to have a play around with it now.

Sent with GitHawk

@xAlien95
Copy link
Contributor

xAlien95 commented Feb 3, 2019

This json file contains information about every default action in shortcuts 2.2

Small misspelling, it's 2.1.2.

"ActionKeywords": [
  "text",
  "such text",
  "very speech",
  "much words",
  "so wow",
  "string",
],

That's true, you can search for "so wow" and the Text action will show up 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants