navi
Safe HaskellNone
LanguageGHC2021

Navi.Env.AppleScript

Description

Provides environment for usage with AppleScript.

Synopsis

Documentation

mkAppleScriptEnv :: MonadSTM m => Maybe LogEnv -> Config -> m Env Source #

Creates a AppleScriptEnv from the provided log types and configuration data.

naviToAppleScript :: NaviNote -> Text Source #

Turns a NaviNote into a string to be sent with the notify-send tool.