From 78cc21f0f8a0d52cab4b972135d66a365737d397 Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Thu, 6 Jun 2019 22:08:08 -0700 Subject: [PATCH 1/2] added OSX sleep/wake notifier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85ab04c5..73b156df 100644 --- a/README.md +++ b/README.md @@ -787,6 +787,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-appindicator](https://github.com/dawidd6/go-appindicator) - Go bindings for libappindicator3 C library. * [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. +* [mac-sleep-notifier](https://github.com/prashantgupta24/mac-sleep-notifier) - OSX Sleep/Wake notifications in golang * [robotgo](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. * [systray](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area. * [trayhost](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. From bb336084cc0cc053a917ade7be7d9a9c2091a056 Mon Sep 17 00:00:00 2001 From: Ceriath Date: Fri, 7 Jun 2019 10:14:27 +0200 Subject: [PATCH 2/2] Add a dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b156df..6cc86c32 100644 --- a/README.md +++ b/README.md @@ -787,7 +787,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-appindicator](https://github.com/dawidd6/go-appindicator) - Go bindings for libappindicator3 C library. * [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. -* [mac-sleep-notifier](https://github.com/prashantgupta24/mac-sleep-notifier) - OSX Sleep/Wake notifications in golang +* [mac-sleep-notifier](https://github.com/prashantgupta24/mac-sleep-notifier) - OSX Sleep/Wake notifications in golang. * [robotgo](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. * [systray](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area. * [trayhost](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar.