New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github.com/make-42/go-linux-notifications

Package Overview
Dependencies
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/make-42/go-linux-notifications

Source
Go Modules
Version
v0.2.0
Version published
Created
Source

go-notifications

Go GoDoc Go Report Card codecov

go-notifications is an implementation of the notifications dbus interface written in go (golang). Implemented and tested against version 1.2. See: https://specifications.freedesktop.org/notification-spec/1.2/.

Example

An example using this library has been implemented and is accesible at examples/example.go.

git clone git@github.com:make-42/go-notifications.git

go build examples/example.go

./example

You can then test sending notifications with:

notify-send "Notification summary" "Notification body: test test test"

Development

Versioning

This library follows the semantic versioning concept.

Commits

Commits should follow the conventional commit rules.
See: https://conventionalcommits.org.

Go Docs

Read the docs at https://pkg.go.dev/github.com/make-42/go-notifications

FAQs

Package last updated on 07 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts