module TerminalNotifier
Defined in:
terminal-notifier.crConstant Summary
-
BIN_PATH =
"terminal-notifier" -
VERSION =
"0.2.0"
Class Method Summary
- .execute(params : NamedTuple)
- .notify(message : String, title : String = nil, subtitle : String = nil, app_icon : String = nil, content_image : String = nil)
Class Method Detail
def self.notify(message : String, title : String = nil, subtitle : String = nil, app_icon : String = nil, content_image : String = nil)
#