module TerminalNotifier

Defined in:

terminal-notifier.cr

Constant Summary

BIN_PATH = "terminal-notifier"
VERSION = "0.2.0"

Class Method Summary

Class Method Detail

def self.execute(params : NamedTuple) #

[View source]
def self.notify(message : String, title : String = nil, subtitle : String = nil, app_icon : String = nil, content_image : String = nil) #

[View source]