Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.
```