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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Github Repos workflow for Alfred
1
+
# GitHub Repos workflow for Alfred
2
2
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.
4
4
5
5
## Authentication
6
6
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.
8
8
9
9
After you have copied your personal access token, run `gh-login <your-token>` to set your personal access token.
10
10
@@ -16,7 +16,7 @@ Here's the list of available commands.
16
16
17
17

18
18
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:
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.
679
679
680
680
## Authentication
681
681
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.
683
683
684
684
After you have copied your personal access token, open this dialog again and replace the value of the variable with your token.
685
685
@@ -691,7 +691,7 @@ Here's the list of available commands.
691
691
### Global Search: `gh <query>`
692
692
693
693
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:
695
695
696
696
gh hello-world stars:>100
697
697
@@ -712,7 +712,7 @@ This command searches within the Pull Requests that you're involved in.
712
712
713
713
### Open notifications: `gh-notifications`
714
714
715
-
This command just opens your Github notification page.
715
+
This command just opens your GitHub notification page.
0 commit comments