Skip to content

Commit 6c383ec

Browse files
committed
More tuning/lint
1 parent fb58daf commit 6c383ec

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ The only PR tracker that honks at you when you're the bottleneck. Now shipping w
99

1010
Lives in your menubar like a tiny waterfowl of productivity shame, watching your GitHub PRs and making aggressive bird sounds when you're blocking someone's code from seeing the light of production.
1111

12-
> ⚠️ **EXPERIMENTAL**: This is very much a work in progress. The blocking logic has bugs. It theoretically runs on Linux, BSD, and Windows but we've literally never tested it there. Here be dragons (and geese).
12+
> ⚠️ **EXPERIMENTAL**: This is very much a work in progress. The blocking logic has bugs. Linux/BSD/Windows support is untested. Here be dragons (and geese).
1313
1414
![PR Menubar Screenshot](media/screenshot.png)
1515

1616
## What It Does
1717

1818
- **🪿 Honks** when you're blocking someone's PR (authentic goose noises included)
19-
- **🚀 Rocket sounds** when own your own PR is ready to go to the next stage
19+
- **🎉 Tada sounds** when your own PR is ready for the next stage
2020
- **🧠 Smart turn-based assignment** - knows who is blocking a PR, knows when tests are failing, etc.
2121
- **⭐ Auto-start** on login (macOS)
2222

@@ -71,7 +71,6 @@ When `GITHUB_TOKEN` is set, the goose will use it directly instead of the GitHub
7171
## Known Issues
7272

7373
- Blocking logic isn't 100% accurate (we're working on it)
74-
- Linux/BSD/Windows support likely works, but remains untested
7574
- The goose may not stop honking until you review your PRs
7675
- Visual notifications won't work on macOS until we sign the binary
7776

@@ -83,9 +82,9 @@ This tool is part of the [CodeGroove](https://codegroove.dev) developer accelera
8382

8483
## Privacy
8584

86-
- Your GitHub token is used to fetch PR metadata, but is never stored or logged.
87-
- We won't sell your information or use it for any purpose other than caching.
88-
- GitHub metadata for open pull requests may be cached for up to 20 days for performance reasons.
85+
- Your GitHub token is never stored or logged
86+
- PR metadata cached for up to 20 days (performance)
87+
- No telemetry or external data collection
8988

9089
---
9190

cmd/goose/loginitem_other.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
//go:build !darwin
2-
// +build !darwin
32

43
// Package main - loginitem_other.go provides stub functions for non-macOS platforms.
54
package main
65

76
import "context"
87

9-
// addLoginItemUI is a no-op on non-macOS platforms
10-
func addLoginItemUI(ctx context.Context, app *App) {
8+
// addLoginItemUI is a no-op on non-macOS platforms.
9+
func addLoginItemUI(_ context.Context, _ *App) {
1110
// Login items are only supported on macOS
1211
}

cmd/goose/sounds/tada.wav

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)