mirror of https://github.com/caronc/apprise
Updated Notify_macosx (markdown)
parent
be232b6b23
commit
b894abf693
|
@ -32,5 +32,10 @@ We can send a notification to ourselves like so:
|
|||
```bash
|
||||
# Send ourselves a MacOS desktop notification
|
||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||
macosx://
|
||||
"macosx://"
|
||||
|
||||
# Send ourselves a MacOS desktop notification with the default sound
|
||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||
"macosx://_/?sound=default"
|
||||
|
||||
```
|
Loading…
Reference in New Issue