Notify
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 minimal notifying tool for Raku.
AUTHOR
COPYRIGHT AND LICENSE
Copyright 2021
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.