README

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

Notify v0.0.5

minimal notifying tool for Raku.

Authors

  • ohmycloud

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Notify

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.