https://github.com/ohmycloud/notify
Notify tool for Raku.
https://github.com/ohmycloud/notify
Last synced: about 1 month ago
JSON representation
Notify tool for Raku.
- Host: GitHub
- URL: https://github.com/ohmycloud/notify
- Owner: ohmycloud
- Created: 2021-12-17T06:22:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T06:04:44.000Z (about 4 years ago)
- Last Synced: 2025-02-24T16:14:27.425Z (over 1 year ago)
- Language: Raku
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
[](https://opensource.org/licenses/Artistic-2.0)
## AUTHORS
-