Skip to content

Commit a2e2950

Browse files
authored
Merge pull request #34 from kgrhartlage/github-spelling
Fix GitHub spelling
2 parents 381f268 + 285bd3b commit a2e2950

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Github Repos workflow for Alfred
1+
# GitHub Repos workflow for Alfred
22

3-
This is a custom workflow for the [Alfred app][alfred-app] that lets you search and open a Github repository via the Github Search API.
3+
This is a custom workflow for the [Alfred app][alfred-app] that lets you search and open a GitHub repository via the GitHub Search API.
44

55
## Authentication
66

7-
You'll need to authenticate with a personal access token that you can generate in the [Github developer settings page][personal-access-token] or by running the `gh-token` command in Alfred.
7+
You'll need to authenticate with a personal access token that you can generate in the [GitHub developer settings page][personal-access-token] or by running the `gh-token` command in Alfred.
88

99
After you have copied your personal access token, run `gh-login <your-token>` to set your personal access token.
1010

@@ -16,7 +16,7 @@ Here's the list of available commands.
1616

1717
![gh hello-world](docs/gh-hello-world.png)
1818

19-
The example above will search for repositories with the string "hello-world" in their name. Internally this uses the [Github Search syntax][github-search], so you can use modifiers like:
19+
The example above will search for repositories with the string "hello-world" in their name. Internally this uses the [GitHub Search syntax][github-search], so you can use modifiers like:
2020

2121
![gh hello-world stars:>1000](docs/gh-hello-world-stars-1000.png)
2222

@@ -38,7 +38,7 @@ If you want to limit the search to be under your organisations, please remove `P
3838

3939
### Open notifications: `gh-notifications`
4040

41-
This command just opens your [Github notification][notifications-page] page.
41+
This command just opens your [GitHub notification][notifications-page] page.
4242

4343
## Config Cache TTL
4444

assets/info.plist

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@
175175
<key>createdby</key>
176176
<string>edgarjs</string>
177177
<key>description</key>
178-
<string>Easily open any Github repository</string>
178+
<string>Easily open any GitHub repository</string>
179179
<key>disabled</key>
180180
<false/>
181181
<key>name</key>
182-
<string>Github Repos</string>
182+
<string>GitHub Repos</string>
183183
<key>objects</key>
184184
<array>
185185
<dict>
@@ -213,7 +213,7 @@
213213
<key>subtext</key>
214214
<string>https://github.com/notifications</string>
215215
<key>text</key>
216-
<string>Open your Github notifications page</string>
216+
<string>Open your GitHub notifications page</string>
217217
<key>withspace</key>
218218
<false/>
219219
</dict>
@@ -283,7 +283,7 @@ fi</string>
283283
<key>subtext</key>
284284
<string>For example: Hello-World</string>
285285
<key>title</key>
286-
<string>Search for a repository in your Github account</string>
286+
<string>Search for a repository in your GitHub account</string>
287287
<key>type</key>
288288
<integer>0</integer>
289289
<key>withspace</key>
@@ -406,7 +406,7 @@ fi</string>
406406
<key>subtext</key>
407407
<string>Use `gh` or `repo` to search for repositories</string>
408408
<key>title</key>
409-
<string>Search for a pull request in your Github account</string>
409+
<string>Search for a pull request in your GitHub account</string>
410410
<key>type</key>
411411
<integer>0</integer>
412412
<key>withspace</key>
@@ -514,7 +514,7 @@ fi</string>
514514
<key>subtext</key>
515515
<string>Use `repo` instead of `gh` to only search within your own repos</string>
516516
<key>title</key>
517-
<string>Search for a repository in Github</string>
517+
<string>Search for a repository in GitHub</string>
518518
<key>type</key>
519519
<integer>0</integer>
520520
<key>withspace</key>
@@ -611,7 +611,7 @@ end run</string>
611611
<key>text</key>
612612
<string>Host set to "{query}"</string>
613613
<key>title</key>
614-
<string>Github host saved!</string>
614+
<string>GitHub host saved!</string>
615615
</dict>
616616
<key>type</key>
617617
<string>alfred.workflow.output.notification</string>
@@ -673,13 +673,13 @@ end run</string>
673673
</dict>
674674
</array>
675675
<key>readme</key>
676-
<string># Github Repos workflow for Alfred
676+
<string># GitHub Repos workflow for Alfred
677677
678-
This is a custom workflow for the Alfred app that lets you search and open a Github repository via the Github Search API.
678+
This is a custom workflow for the Alfred app that lets you search and open a GitHub repository via the GitHub Search API.
679679
680680
## Authentication
681681
682-
You'll need to authenticate with a personal access token that you can generate in the Github developer settings page or by running `gh-token` in Alred.
682+
You'll need to authenticate with a personal access token that you can generate in the GitHub developer settings page or by running `gh-token` in Alred.
683683
684684
After you have copied your personal access token, open this dialog again and replace the value of the variable with your token.
685685
@@ -691,7 +691,7 @@ Here's the list of available commands.
691691
### Global Search: `gh &lt;query&gt;`
692692
693693
694-
The example above will search for repositories with the string "hello-world" in their name. Internally this uses the Github Search syntax, so you can use modifiers like:
694+
The example above will search for repositories with the string "hello-world" in their name. Internally this uses the GitHub Search syntax, so you can use modifiers like:
695695
696696
gh hello-world stars:&gt;100
697697
@@ -712,7 +712,7 @@ This command searches within the Pull Requests that you're involved in.
712712
713713
### Open notifications: `gh-notifications`
714714
715-
This command just opens your Github notification page.
715+
This command just opens your GitHub notification page.
716716
717717
718718
## Configuring host for Enterprise

0 commit comments

Comments
 (0)