Help language development. Donate to The Perl Foundation

Notify zef:ohmycloudy last updated on 2022-05-11

ed4672ed8dade41bd469e8b117d6ae6e20b3075f/

NAME

Notify - minimal notifying tool for Raku.

SYNOPSIS

raku 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

License: Artistic-2.0

AUTHORS