Alfred v0.3.1 Alfred.Workflow View Source

Contains Alfred workflow information.

  • bundleid — from environment alfred_workflow_bundleid
  • cache_path — from environment alfred_workflow_cache
  • data_path — from environment alfred_workflow_data
  • name — from environment alfred_workflow_name
  • uid — from environment alfred_workflow_uid
  • version — the information from :version_text parsed into a Version struct
  • version_text — from environment alfred_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()}

Link to this section Functions