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
- Host: GitHub
- URL: https://github.com/badetitou/pharonativenotification
- Owner: badetitou
- License: mit
- Created: 2022-10-06T13:29:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T12:42:44.000Z (over 1 year ago)
- Last Synced: 2025-01-14T01:15:21.337Z (9 months ago)
- Language: Smalltalk
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```