Module alfred::env [] [src]

Accessors for workflow environment variables

See https://www.alfredapp.com/help/workflows/script-environment-variables/ for more info.

Enums

Subtext

The subtext mode in the Appearance preferences.

Functions

is_debug

Returns true if the user has the debug panel open for the workflow.

local_preferences

Returns the location of local (Mac-specific) preferences.

preferences

Returns the location of the Alfred.alfredpreferences.

theme

Returns the current Alfred theme.

theme_background_str

Returns the color of the theme background.

theme_subtext

Returns the subtext mode the user has selected in the Appearance preferences.

version

Returns the version of Alfred.

version_build

Returns the build of Alfred.

workflow_bundle_id

Returns the bundle ID of the current running workflow.

workflow_cache

Returns the recommended location for volatile workflow data.

workflow_data

Returns the recommended location for non-volatile workflow data.

workflow_name

Returns the name of the currently running workflow.

workflow_uid

Returns the unique ID of the currently running workflow.