all repos — gnotif @ b9f9e01514e788bf72d1f3bdef2056fc1ed44b9e

A simple dbus monitor to see desktop notifications in the terminal

Add install instruction in README
Tim Izzo tim@5ika.ch
Mon, 04 Aug 2025 08:46:39 +0200
commit

b9f9e01514e788bf72d1f3bdef2056fc1ed44b9e

parent

c7bd6b552052b34ec54f0174a4fcab43a49d1e72

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -1,3 +1,12 @@

# gnotif A simple dbus monitor to see desktop notifications in the terminal. + +## Install + +Firstly, install `go` on your machine. +Then: + +```bash +go install git.5ika.ch/gnotif.git@latest +```