PharoNativeNotification

Description

I connect Pharo with the native notification platform

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
2
Created
Oct. 6, 2022
Updated
March 18, 2023

Categories

System / OS

README excerpt

# PharoNativeNotification

I connect Pharo with the native notification system of the OS

> Only windows supported for now

## Installation 

```st
Metacello new
  githubUser: 'badetitou' project: 'PharoNativeNotification' commitish: 'main' path: 'src';
  baseline: 'NativeNotification';
  load
```

## Example

```st
self nativeInform: 'Hello' withText: 'world'
```
← Back to results