Open from List Dictionary into Ivory

Stores multiple List titles and IDs that you can pick from to open into Ivory.

Actions

shortcuts-action-icon-url.webp
URL
Passes the specified URL to the next action.
shortcuts-action-icon-get-component-of-url.webp
Get Component of URL
Gets the specified part of the URL passed into the action. URLs are structured as follows: scheme://user:password@host:port/path?query#fragment.
shortcuts-action-icon-set-variable.webp
Set Variable
Sets the value of the specified variable to the input of this action.
shortcuts-action-icon-split-text.webp
Split Text
Separates text passed into the action into a list.
shortcuts-action-icon-get-item-from-list.webp
Get Item from List
Returns one or more items from the list passed as input. You can get the first item, the last item, a random item, the item at a particular index, or items in a range of indexes.
shortcuts-action-icon-dictionary.webp
Dictionary
Passes the specified list of key-value pairs to the next action as a dictionary.
shortcuts-action-icon-get-dictionary-from-input.webp
Get Dictionary from Input
Makes a dictionary from the text passed as input. JSON (like {“foo”: “bar”}), key-value pairs (like foo=bar&baz=biz), and XML-based plist are supported.
shortcuts-action-icon-choose-from-list.webp
Choose from List
Presents a menu of the items passed as input to the action and outputs the user’s selection. Prompt The instruction provided when the list is presented. Select Multiple When enabled, multiple items may be chosen from the list.
shortcuts-action-icon-open-urls.webp
Open URLs
Opens URLs passed into the action in Safari (or the corresponding app if it’s a deep link).

More From This Folder

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Open%20from%20List%20Dictionary%20into%20Ivory
Link to Open Shortcut
shortcuts://open-shortcut?name=Open%20from%20List%20Dictionary%20into%20Ivory
AppleScript code
tell application “Shortcuts Events” run shortcut “Open from List Dictionary into Ivory” end tell

More From The Library

Shame

Gets the base64-encoded text for the Shame sound from Game of Thrones, decodes it, and plays it twice at 75% volume with a short break in between.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more