https://github.com/fcjr/alert
A simple cross-platform GUI alert library for go.
https://github.com/fcjr/alert
alert cross-platform dialog golang gui ui
Last synced: 3 months ago
JSON representation
A simple cross-platform GUI alert library for go.
- Host: GitHub
- URL: https://github.com/fcjr/alert
- Owner: fcjr
- License: mit
- Created: 2021-02-14T03:42:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T01:53:07.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T00:52:32.489Z (about 2 years ago)
- Topics: alert, cross-platform, dialog, golang, gui, ui
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alert
[![GoDoc][doc-img]][doc] [![Go Report Card][report-card-img]][report-card] [![GolangCI Lint][golangci-lint-img]][golangci-lint]
A Simple cross-platform alert library for go.
## Installation
`go get github.com/fcjr/alert`
## Usage
```go
import "github.com/fcjr/alert"
alert.Info("Example Message", "Example Message Text")
```
## Progress
* [X] Basic mac
* [X] Basic windows
* [ ] Basic linux
* [ ] Advanced mac (Input, Scroll UI, etc)
* [ ] Advanced windows
* [ ] Advanced linux
[doc-img]: https://img.shields.io/static/v1?label=godoc&message=reference&color=blue
[doc]: https://pkg.go.dev/github.com/fcjr/alert?GOOS=windows#section-documentation
[report-card-img]: https://goreportcard.com/badge/github.com/fcjr/alert
[report-card]: https://goreportcard.com/report/github.com/fcjr/alert
[golangci-lint-img]: https://github.com/fcjr/alert/workflows/golangci-lint/badge.svg
[golangci-lint]: https://github.com/fcjr/alert/actions?query=workflow%3Agolangci-lint