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

<[email protected]>

COPYRIGHT AND LICENSE

Copyright 2021

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

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.