workflow-osx-0.0.0: a "Desktop Workflow" monad with Objective-C bindings

Safe HaskellSafe
LanguageHaskell2010

Workflow.OSX.Bindings

Synopsis

Documentation

currentApplicationPath :: IO String

TODO Applications whose name/paths have Unicode characters may or may not marshall correctly.

pressKey :: [Modifier] -> Key -> IO ()

setClipboard :: ClipboardText -> IO ()

note: unlike the keyboard shortcuts of copy, contents don't show up in Alfred's clipboard history.

openURL :: URL -> IO ()