Alfred v0.3.1 Alfred.Workflow View Source
Contains Alfred workflow information.
bundleid
— from environmentalfred_workflow_bundleid
cache_path
— from environmentalfred_workflow_cache
data_path
— from environmentalfred_workflow_data
name
— from environmentalfred_workflow_name
uid
— from environmentalfred_workflow_uid
version
— the information from:version_text
parsed into aVersion
structversion_text
— from environmentalfred_workflow_version
See the Alfred documentation on script environment variables for more information.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Alfred.Workflow{bundleid: term(), cache_path: term(), data_path: term(), name: term(), uid: term(), version: term(), version_text: term()}