File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- # go-appindicator
1
+ # AppIndicator Go
2
2
3
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/dawidd6/go- appindicator )] ( https://goreportcard.com/report/github.com/dawidd6/go- appindicator )
4
- [ ![ GoDoc] ( https://godoc.org/github.com/dawidd6/go- appindicator?status.svg )] ( https://godoc.org/github.com/dawidd6/go- appindicator )
3
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/gopherlibs/ appindicator )] ( https://goreportcard.com/report/github.com/gopherlibs/ appindicator )
4
+ [ ![ GoDoc] ( https://godoc.org/github.com/gopherlibs/ appindicator?status.svg )] ( https://godoc.org/github.com/gopherlibs/ appindicator )
5
5
[ ![ Mentioned in Awesome Go] ( https://awesome.re/mentioned-badge.svg )] ( https://github.com/avelino/awesome-go )
6
6
7
- Go bindings for [ libappindicator3] ( https://launchpad.net/libappindicator ) C library.
7
+ Go (golang) bindings for [ libappindicator3] ( https://launchpad.net/libappindicator ) C library.
8
8
9
9
Libappindicator is a library to allow applications to export a menu into the Unity Menu bar.
10
10
Based on KSNI it also works in KDE and will fallback to generic Systray support if none of those are available.
@@ -47,3 +47,9 @@ For example to build one of examples:
47
47
## Examples
48
48
49
49
Examples are located in [ examples] ( ./examples ) directory
50
+
51
+ ## Project History
52
+
53
+ AppIndicator Go is a fork of Dawid Dziurla's [ go-appindicator] ( https://github.com/dawidd6/go-appindicator ) .
54
+ That project was abanzoned and eventually archived.
55
+ This project continues where that one left off, under the same MIT license (of course).
You can’t perform that action at this time.
0 commit comments