Actions¶
ExtensionCustomAction¶
If initiated with
data, the same data will be returned inItemEnterEventobjectParameters: - data (any) – any type that can be serialized with
pickle.dumps() - keep_app_open (bool) – pass
Trueif you want to keep Ulauncher window open.Falseby default
- data (any) – any type that can be serialized with
ActionList¶
Used to run multiple action at once
Parameters: actions (list) – list of actions to run
CopyToClipboardAction¶
DoNothingAction¶
Does nothing. Keeps Ulauncher window open
HideWindowAction¶
Does what the class name says
LaunchAppAction¶
OpenAction¶
Run platform specific command to open either file or directory
Parameters: path (str) – file or dir path
OpenUrlAction¶
Opens URL in a default browser
Parameters: url (str) –
RenderResultListAction¶
RunScriptAction¶
Runs a user script
Parameters: - script (str) – script content
- args (list) – arguments
SetUserQueryAction¶
Note
Please take a short survey to help us build greater API and documentation