Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/notification
https://github.com/4thel00z/notification
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4thel00z/notification
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2020-09-10T00:06:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T00:02:47.000Z (about 4 years ago)
- Last Synced: 2024-11-24T16:52:04.675Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# notification
![notification-tests](https://github.com/4thel00z/notification/workflows/Test/badge.svg)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)## Motivation
A simple cross plattform cli for creating desktop notification.
Useful tool if used in congration with other tools, to show a process has finished executing etc.![screenshot](https://github.com/4thel00z/notification/raw/master/assets/notification.png)
## Installation
Via [gobinaries](https://gobinaries.com):
```shell script
curl https://gobinaries.com/4thel00z/notification | sh
```Alternatively via github:
```shell script
git clone [email protected]:4thel00z/notification.git
go build ./...
```## Usage
```
Usage of ./notification:
-appIcon string
app icon
-message string
notification message
-title string
notification title (default "Notification")
```### Example
```
notification -message "Process xyz is ready" -title "Ready"
```
## LicenseThis project is licensed under the GPL-3 license.