hs.appinfo
ModuleModule for accessing information about the Hammerspoon application itself
Properties
hs.appinfo.bundleIdentifier
string
The application's bundle identifier (e.g., "com.hammerspoon.Hammerspoon-2")
hs.appinfo.configDir
string
The filesystem path to the directory Hammerspoon 2 loaded its config from
hs.appinfo.machineName
string
The user-assigned name of this Mac, as shown in System Settings > Sharing
hs.appinfo.environment
{[key: string]: string}
The environment variables Hammerspoon 2 was launched with
hs.appinfo.osVersion
string
The version of macOS Hammerspoon 2 is currently running on (e.g., "Version 26.5.2 (Build 25F84)")
hs.appinfo.osVersionParts
{[key: string]: number}
The version of macOS Hammerspoon 2 is currently running on, broken into its numeric components
Keys: `major`, `minor`, `patch`.
Methods
This module has no methods.