all repos — gnotif @ b9f9e01514e788bf72d1f3bdef2056fc1ed44b9e

A simple dbus monitor to see desktop notifications in the terminal

README.md (view raw)

 1# gnotif
 2
 3A simple dbus monitor to see desktop notifications in the terminal.
 4
 5## Install
 6
 7Firstly, install `go` on your machine.
 8Then:
 9
10```bash
11go install git.5ika.ch/gnotif.git@latest
12```