Rand Stats

Notify

zef:ohmycloudy

NAME

Notify - minimal notifying tool for Raku.

SYNOPSIS

use Notify;
my $notify = Notify.new(:title('Take a break'), :msg('You\'ve been working for 45 minutes'), :msg-type('info'));
$notify.notify();

DESCRIPTION

Notify is a notifying tool for Raku.

LICENSE

AUTHORS