Skip to content

Commit

Permalink
Merge pull request #34 from kgrhartlage/github-spelling
Browse files Browse the repository at this point in the history
Fix GitHub spelling
  • Loading branch information
edgarjs authored Apr 12, 2021
2 parents 381f268 + 285bd3b commit a2e2950
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Github Repos workflow for Alfred
# GitHub Repos workflow for Alfred

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.
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.

## Authentication

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.
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.

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

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

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

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:
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:

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

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

### Open notifications: `gh-notifications`

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

## Config Cache TTL

Expand Down
24 changes: 12 additions & 12 deletions assets/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@
<key>createdby</key>
<string>edgarjs</string>
<key>description</key>
<string>Easily open any Github repository</string>
<string>Easily open any GitHub repository</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Github Repos</string>
<string>GitHub Repos</string>
<key>objects</key>
<array>
<dict>
Expand Down Expand Up @@ -213,7 +213,7 @@
<key>subtext</key>
<string>https://github.com/notifications</string>
<key>text</key>
<string>Open your Github notifications page</string>
<string>Open your GitHub notifications page</string>
<key>withspace</key>
<false/>
</dict>
Expand Down Expand Up @@ -283,7 +283,7 @@ fi</string>
<key>subtext</key>
<string>For example: Hello-World</string>
<key>title</key>
<string>Search for a repository in your Github account</string>
<string>Search for a repository in your GitHub account</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
Expand Down Expand Up @@ -406,7 +406,7 @@ fi</string>
<key>subtext</key>
<string>Use `gh` or `repo` to search for repositories</string>
<key>title</key>
<string>Search for a pull request in your Github account</string>
<string>Search for a pull request in your GitHub account</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
Expand Down Expand Up @@ -514,7 +514,7 @@ fi</string>
<key>subtext</key>
<string>Use `repo` instead of `gh` to only search within your own repos</string>
<key>title</key>
<string>Search for a repository in Github</string>
<string>Search for a repository in GitHub</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
Expand Down Expand Up @@ -611,7 +611,7 @@ end run</string>
<key>text</key>
<string>Host set to "{query}"</string>
<key>title</key>
<string>Github host saved!</string>
<string>GitHub host saved!</string>
</dict>
<key>type</key>
<string>alfred.workflow.output.notification</string>
Expand Down Expand Up @@ -673,13 +673,13 @@ end run</string>
</dict>
</array>
<key>readme</key>
<string># Github Repos workflow for Alfred
<string># GitHub Repos workflow for Alfred
This is a custom workflow for the Alfred app that lets you search and open a Github repository via the Github Search API.
This is a custom workflow for the Alfred app that lets you search and open a GitHub repository via the GitHub Search API.
## Authentication
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.
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.
After you have copied your personal access token, open this dialog again and replace the value of the variable with your token.
Expand All @@ -691,7 +691,7 @@ Here's the list of available commands.
### Global Search: `gh &lt;query&gt;`
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:
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:
gh hello-world stars:&gt;100
Expand All @@ -712,7 +712,7 @@ This command searches within the Pull Requests that you're involved in.
### Open notifications: `gh-notifications`
This command just opens your Github notification page.
This command just opens your GitHub notification page.
## Configuring host for Enterprise
Expand Down

0 comments on commit a2e2950

Please sign in to comment.