go-nativenotify

Native notifications in Go
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-06-14 20:40ci: mirror to githubJack Mordaunt1+12-0
2025-01-17 09:52notify: [windows] supply action id through argumentsJack Mordaunt1+1-1
2025-01-17 09:36go.*: fix cross compile for macos and linuxJack Mordaunt2+3-3
2025-01-17 09:18go.*: update go-toastJack Mordaunt2+3-3
2025-01-17 08:14notify: [windows] add windows-specific optionsJack Mordaunt2+20-0
2025-01-17 08:05notify: [darwin] fixup default and text actionsJack Mordaunt1+5-1
2025-01-17 08:00notify: simplify api but using callback identityJack Mordaunt5+31-99
2025-01-17 07:21docs: explain that an NSApplication is needed on macOSJack Mordaunt1+1-1
2025-01-17 07:21notify: [darwin] pass id through user dataJack Mordaunt1+12-5
2025-01-17 07:19cmd/notify: [darwin] use Gio to install an NSApplicationJack Mordaunt3+64-2
2025-01-17 06:59notify: [darwin] allow for empty icon valueJack Mordaunt1+7-1
2025-01-17 06:58notify: [darwin] fix bad payload formattingJack Mordaunt1+1-1
2025-01-17 06:40cmd/notify: credit the iconJack Mordaunt1+7-0
2025-01-17 06:40docs: explain the architecture and caveatsJack Mordaunt1+30-1
2025-01-17 06:28notify.Push: enforce ID fieldsJack Mordaunt1+15-0
2025-01-17 06:21notify: describe how fields are usedJack Mordaunt1+31-14
2025-01-17 06:20notify: use consistent data namingJack Mordaunt3+15-10
2025-01-16 12:01notify: [linux] provide parent notification ID in callbackJack Mordaunt1+6-5
2025-01-16 11:58notify: [darwin] comform to the windows logicJack Mordaunt1+21-21
2025-01-16 11:58notify: move helpers to commonJack Mordaunt2+21-19
2025-01-16 11:43notify: [windows] consistent semanticsJack Mordaunt1+62-20
2025-01-16 11:42notify.Notification: add ID fieldJack Mordaunt1+2-0
2025-01-16 11:41cmd/notify: provide an ID for the parent notificationJack Mordaunt1+2-1
2025-01-16 09:08go.*: update depsJack Mordaunt2+6-6
2025-01-16 09:07cmd/notify: trick runtime on Windows to stay aliveJack Mordaunt1+12-1
2025-01-16 08:55notify: [liunx] remove commentJack Mordaunt1+1-1
2025-01-15 10:57docs: update attribution textJack Mordaunt1+1-1
2025-01-15 10:56license under MIT/UnlicenseJack Mordaunt1+63-0
2025-01-15 10:45notify: [darwin] pass user data to callbackJack Mordaunt1+15-8
2025-01-15 10:24notify: [darwin] fix nextID method call typoJack Mordaunt1+1-1
2025-01-15 10:24notify: [darwin] call InitJack Mordaunt1+2-0
2025-01-15 10:13notify: [linux] capture data in callbackJack Mordaunt1+22-7
2025-01-15 10:13cmd/notify: use absolute path to iconJack Mordaunt1+2-2
2025-01-15 09:56cmd/notify: add macOS app bundleJack Mordaunt2+18-0
2025-01-15 09:41cmd/notify: add example cli for pushing notificationsJack Mordaunt2+82-0
2025-01-15 09:41docs: readmeJack Mordaunt1+10-0
2025-01-15 08:27nativenotify: initial commitJack Mordaunt7+397-0