Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atotto/notify-record
Linux desktop notification recorder
https://github.com/atotto/notify-record
desktop-notifications freedesktop-notifications
Last synced: 24 days ago
JSON representation
Linux desktop notification recorder
- Host: GitHub
- URL: https://github.com/atotto/notify-record
- Owner: atotto
- License: mit
- Created: 2019-02-23T13:49:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T09:17:16.000Z (over 2 years ago)
- Last Synced: 2024-06-20T03:47:02.434Z (5 months ago)
- Topics: desktop-notifications, freedesktop-notifications
- Language: Go
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notify Record
a program to record desktop notification
## Example
Terminal1:
```
$ go run main.go
```Terminal2:
```
$ notify-send 'Hello world!' 'This is an example notification.'
```then,
Terminal1:
```
Hello world!: This is an example notification.
```