alfred_workflow library

Classes

AlfredCache<T>
AlfredItem
AlfredItem implements all the properties Alfred's Script Filter JSON Format
AlfredItemIcon
The icon displayed in the result row.
AlfredItemMod
The AlfredItemMod gives you control over how the modifier keys react.
AlfredItems
AlfredItemText
The text element defines the text the user will get when copying the selected result row with ⌘C or displaying large type with ⌘L.
AlfredUpdater
AlfredUserConfiguration<T extends AlfredUserConfigurationConfig>
Alfred user configuration generic class
AlfredUserConfigurationCheckBox
Alfred check box user configuration
AlfredUserConfigurationConfig<T>
Alfred user configuration config generic class
AlfredUserConfigurationConfigCheckBox
Alfred check box user configuration config
AlfredUserConfigurationConfigFilePicker
Alfred file picker user configuration config
AlfredUserConfigurationConfigSelect
Alfred user configuration select class
AlfredUserConfigurationConfigTextArea
A configuration for a text area
AlfredUserConfigurationConfigTextField
AlfredUserConfigurationFilePicker
A file picker configuration
AlfredUserConfigurationSelect
Alfred select user configuration
AlfredUserConfigurationTextArea
Alfred text area user configuration
AlfredUserConfigurationTextField
Alfred text field user configuration
AlfredWorkflow
GithubAsset
GithubAsset implements all the properties of the Github Release Asset API
GithubRelease
GithubRelease implements all the properties of the Github Releases API
GithubUser
GithubUser implements all the properties of the Github Users API

Enums

AlfredItemIconType
AlfredItemModKey
AlfredUserConfigurationType
The type of user configuration

Typedefs

AlfredUserConfigurationConfigSelectPair = ({String label, String value})
Alfred user configuration select pair record