navi
Safe HaskellNone
LanguageGHC2021

Navi.Env.NotifySend

Description

Provides environment for usage with NotifySend.

Synopsis

Documentation

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

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

naviToNotifySend :: NaviNote -> Text Source #

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