Versions in this module Expand all Collapse all v0 v0.1.4 Jun 4, 2026 v0.1.3 Apr 27, 2026 v0.1.2 Apr 21, 2026 v0.1.1 Apr 3, 2026 v0.1.0 Mar 5, 2026 Changes in this version + func AppURLFromBundleID(bundleID string) (objc.ID, error) + func AppURLFromName(name string) (objc.ID, error) + func DefaultAppForFile(path string) (objc.ID, error) + func DefaultTextEditorURL() (objc.ID, error) + func URLPath(url objc.ID) string + func WaitForExit(pid int) error + func WaitForExitMultiple(pids []int) error + type Options struct + Activate bool + AddToRecents bool + Arch string + Arguments []string + Environment map[string]string + Fresh bool + Hide bool + NewInstance bool + StderrPath string + StdinPath string + StdoutPath string + WaitForCheckIn bool + func DefaultOptions() Options + type Result struct + AlreadyRunning bool + PID int + func LaunchApp(appPath string, documents []string, opts Options) (Result, error) + func LaunchBundleID(bundleID string, documents []string, opts Options) (Result, error) + func OpenDocuments(files []string, appPath string, opts Options) (Result, error) + func OpenURL(urlStr string, appPath string, opts Options) (Result, error)