You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-21Lines changed: 18 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,56 +12,53 @@ The only PR tracker that honks at you when you're the bottleneck. Now shipping w
12
12
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.
This will will cause the goose to implant itself into `/Applications/Review Goose.app` for future invocations. To be persistently annoyed every time you login, click the `Start at Login` menu item.
30
+
On a progressive Linux distribution that includes Homebrew, such as [Bluefin](https://projectbluefin.io/)? You are just a cut and paste away from excitement:
1. Install the GitHub CLI and Go via your platforms recommended methods
41
-
2. Compile and install Goose:
37
+
## Linux/BSD/Windows Medium Start
38
+
39
+
1. Install the [GitHub CLI](https://cli.github.com/) and [Go](https://go.dev/dl/) via your platforms recommended methods
40
+
2. Install Review Goose:
42
41
43
42
```bash
44
43
go install github.com/codeGROOVE-dev/goose/cmd/review-goose@latest
45
44
```
46
45
47
46
3. Copy goose from $HOME/go/bin to wherever you prefer
48
-
4. Add goose to your auto-login so you never foget about PRs again
47
+
4. Add goose to your auto-login so you never forget about PRs again
49
48
50
49
## Using a fine-grained access token
51
50
52
-
If you want more control over which repositories the goose can access, you can use a [fine-grained personal access token](https://github.com/settings/personal-access-tokens/new) with the following permissions:
51
+
If you want more control over which repositories the goose can access - for example, only access to public repositories, you can use a [fine-grained personal access token](https://github.com/settings/personal-access-tokens/new) with the following permissions:
53
52
54
53
-**Pull requests**: Read
55
54
-**Metadata**: Read
56
55
57
56
You can then use the token like so:
58
57
59
58
```bash
60
-
env GITHUB_TOKEN=your_token_here goose
59
+
env GITHUB_TOKEN=your_token_here review-goose
61
60
```
62
61
63
-
We don't yet persist fine-grained tokens to disk - PR's welcome!
64
-
65
62
## Usage
66
63
67
64
-**macOS/Windows**: Click the tray icon to show the menu
0 commit comments