Actions


Add Open URL Action


1) Go to Preferences - Actions

Click on button Add Open URL Action

2) Fill in the Action Parameters

a) Select the Icon
b) Set the Name
c) Set the URL, use {content} as widlcard to be replaced in the URL
Example https://www.google.com/search?q={content}

Examples

Name URL
Search with Google https://www.google.com/search?q={content}
Translate with Google https://translate.google.com/#auto/en/{content}

Add AppleScript Action


1) Go to Preferences - Actions

Click on button Add AppleScript Action

2) Create AppleScript File

a) Create AppleScript file (with suffix 'applescript' or 'scpt') in the script folder:
~/Library/Application Scripts/com.mac-application.ActionApp
b) Click on button Load AppleScript Actions
Info AppleScript action can use the text content from the clipboard as input, because the application Action inserts the text content to the clipboard before the action run.

Add Automator Workflow Action


1) Go to Preferences - Actions

Click on button Add Automator Action

2) Create Automator Workflow File

a) Create Automator Workflow file (with suffix 'workflow') in the script folder:
~/Library/Application Scripts/com.mac-application.ActionApp
b) Click on button Load Automator Workflow Actions
Info Automator Workflow action can use the text content from the clipboard as input, because the application Action inserts the text content to the clipboard before the action run.