An open API service indexing awesome lists of open source software.

https://github.com/badetitou/pharonativenotification

I connect Pharo with the native notification platform
https://github.com/badetitou/pharonativenotification

Last synced: 7 months ago
JSON representation

I connect Pharo with the native notification platform

Awesome Lists containing this project

README

          

# 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'
```